MongoDBCollectionResource Class
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.
Cosmos DB MongoDB collection resource object
public class MongoDBCollectionResource
type MongoDBCollectionResource = class
Public Class MongoDBCollectionResource
- Inheritance
-
MongoDBCollectionResource
Constructors
MongoDBCollectionResource() |
Initializes a new instance of the MongoDBCollectionResource class. |
MongoDBCollectionResource(String, IDictionary<String,String>, IList<MongoIndex>) |
Initializes a new instance of the MongoDBCollectionResource class. |
Properties
Id |
Gets or sets name of the Cosmos DB MongoDB collection |
Indexes |
Gets or sets list of index keys |
ShardKey |
Gets or sets a key-value pair of shard keys to be applied for the request. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET