Type alias ObjectStoreMetaOptions

ObjectStoreMetaOptions: {
    link?: ObjectStoreLink;
    max_chunk_size?: number;
}

Type declaration

  • Optional link?: ObjectStoreLink

    If set, the object is a reference to another entry.

  • Optional max_chunk_size?: number

    The maximum size in bytes for each chunk. Note that if the size exceeds the maximum size of a stream entry, the number will be clamped to the streams maximum.

Generated using TypeDoc