MongoDbShardKeyField Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MongoDbShardKeyField() |
Initializes a new instance of the MongoDbShardKeyField class. |
MongoDbShardKeyField(String, String) |
Initializes a new instance of the MongoDbShardKeyField class. |
MongoDbShardKeyField()
Initializes a new instance of the MongoDbShardKeyField class.
public MongoDbShardKeyField ();
Public Sub New ()
Applies to
MongoDbShardKeyField(String, String)
Initializes a new instance of the MongoDbShardKeyField class.
public MongoDbShardKeyField (string name, string order);
new Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField : string * string -> Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField
Public Sub New (name As String, order As String)
Parameters
- name
- String
The name of the field
- order
- String
The field ordering Possible values include: 'Forward', 'Reverse', 'Hashed'