Optional bucketSpecifies the type of bucket that should be used.
Optional compressionSpecifies the compression mode that should be used.
Optional durabilitySame as minimumDurabilityLevel, but represented as the raw server-side configuration string.
Use minimumDurabilityLevel instead.
Optional ejectionSame as evictionPolicy, but represented as the raw server-side configuration string.
Use evictionPolicy instead.
Optional evictionSpecifies the ejection method that should be used.
Optional flushWhether the flush operation (truncating all data in the bucket) should be enabled.
Optional maxSpecifies 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.
Optional maxTTLOptional minimumSpecifies the minimum durability level that should be used for any write operations which are performed against this bucket.
The name of the bucket.
Optional numThe number of replicas that should exist for this bucket.
The amount of RAM which should be allocated to this bucket, expressed in megabytes.
Optional replicaWhether the indexes on this bucket should be replicated.
Optional storageSpecifies the storage backend to use for the bucket.
Generated using TypeDoc
Specifies a number of options which can be used when updating a buckets settings.