ExtendedMongoDBCollectionResourceInfo 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.
The ExtendedMongoDBCollectionResourceInfo.
public class ExtendedMongoDBCollectionResourceInfo : Azure.ResourceManager.CosmosDB.Models.MongoDBCollectionResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedMongoDBCollectionResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedMongoDBCollectionResourceInfo>
type ExtendedMongoDBCollectionResourceInfo = class
inherit MongoDBCollectionResourceInfo
interface IJsonModel<ExtendedMongoDBCollectionResourceInfo>
interface IPersistableModel<ExtendedMongoDBCollectionResourceInfo>
Public Class ExtendedMongoDBCollectionResourceInfo
Inherits MongoDBCollectionResourceInfo
Implements IJsonModel(Of ExtendedMongoDBCollectionResourceInfo), IPersistableModel(Of ExtendedMongoDBCollectionResourceInfo)
- Inheritance
- Implements
Constructors
ExtendedMongoDBCollectionResourceInfo(String) |
Initializes a new instance of ExtendedMongoDBCollectionResourceInfo. |
Properties
AnalyticalStorageTtl |
Analytical TTL. (Inherited from MongoDBCollectionResourceInfo) |
CollectionName |
Name of the Cosmos DB MongoDB collection. (Inherited from MongoDBCollectionResourceInfo) |
CreateMode |
Enum to indicate the mode of resource creation. (Inherited from MongoDBCollectionResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
Indexes |
List of index keys. (Inherited from MongoDBCollectionResourceInfo) |
RestoreParameters |
Parameters to indicate the information about the restore. (Inherited from MongoDBCollectionResourceInfo) |
Rid |
A system generated property. A unique identifier. |
ShardKey |
A key-value pair of shard keys to be applied for the request. (Inherited from MongoDBCollectionResourceInfo) |
Timestamp |
A system generated property that denotes the last updated timestamp of the resource. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET