MongoDbShardKeyField interface

Describes a field reference within a MongoDB shard key

Properties

name

The name of the field

order

The field ordering. Possible values include: 'Forward', 'Reverse', 'Hashed'

Property Details

name

The name of the field

name: string

Property Value

string

order

The field ordering. Possible values include: 'Forward', 'Reverse', 'Hashed'

order: MongoDbShardKeyOrder

Property Value