Type Alias ObjectStoreMetaOptions

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

Type declaration

  • Optionallink?: ObjectStoreLink

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

  • Optionalmax_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.