Table of Contents

Enum CollectionUserFlags

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents collection user flags.

[Flags]
public enum CollectionUserFlags
Extension Methods

Fields

None = 0

No flags.

UsePowerOf2Sizes = 1

User power of 2 size.

NoPadding = 2

Whether padding should not be used.