MongoDBCollectionGetPropertiesResource 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
MongoDBCollectionGetPropertiesResource() |
Initializes a new instance of the MongoDBCollectionGetPropertiesResource class. |
MongoDBCollectionGetPropertiesResource(String, IDictionary<String,String>, IList<MongoIndex>, String, Object, String) |
Initializes a new instance of the MongoDBCollectionGetPropertiesResource class. |
MongoDBCollectionGetPropertiesResource()
Initializes a new instance of the MongoDBCollectionGetPropertiesResource class.
public MongoDBCollectionGetPropertiesResource ();
Public Sub New ()
Applies to
MongoDBCollectionGetPropertiesResource(String, IDictionary<String,String>, IList<MongoIndex>, String, Object, String)
Initializes a new instance of the MongoDBCollectionGetPropertiesResource class.
public MongoDBCollectionGetPropertiesResource (string id, System.Collections.Generic.IDictionary<string,string> shardKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> indexes = default, string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoDBCollectionGetPropertiesResource : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex> * string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoDBCollectionGetPropertiesResource
Public Sub New (id As String, Optional shardKey As IDictionary(Of String, String) = Nothing, Optional indexes As IList(Of MongoIndex) = Nothing, Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)
Parameters
- id
- String
Name of the Cosmos DB MongoDB collection
- shardKey
- IDictionary<String,String>
A key-value pair of shard keys to be applied for the request.
- indexes
- IList<MongoIndex>
List of index keys
- _rid
- String
A system generated property. A unique identifier.
- _ts
- Object
A system generated property that denotes the last updated timestamp of the resource.
- _etag
- String
A system generated property representing the resource etag required for optimistic concurrency control.