Interface IObjectStoreBucketOptions

Options for creating an Object Store bucket.

interface IObjectStoreBucketOptions {
    syncContent?: boolean;
}

Properties

Properties

syncContent?: boolean

Whether to sync the content of the bucket.