Specifies the type of bucket that should be used.
Specifies the compression mode that should be used.
Specifies the ejection method that should be used.
Whether the flush operation (truncating all data in the bucket) should be enabled.
Specifies the maximum expiry time that any document should be permitted to have. Any documents stored with an expiry configured higher than this will be forced to this number.
Specifies the minimum durability level that should be used for any write operations which are performed against this bucket.
The name of the bucket.
The number of replicas that should exist for this bucket.
The amount of RAM which should be allocated to this bucket, expressed in megabytes.
Whether the indexes on this bucket should be replicated.
Specifies the storage backend to use for the bucket.
Same as minimumDurabilityLevel, but represented as the raw server-side configuration string.
Use minimumDurabilityLevel instead.
Same as evictionPolicy, but represented as the raw server-side configuration string.
Use evictionPolicy instead.
Generated using TypeDoc
Represents the the configured options for a bucket.