Freigeben über


ExtendedMongoDBCollectionResourceInfo Class

Definition

The ExtendedMongoDBCollectionResourceInfo.

public class ExtendedMongoDBCollectionResourceInfo : Azure.Provisioning.CosmosDB.MongoDBCollectionResourceInfo
type ExtendedMongoDBCollectionResourceInfo = class
    inherit MongoDBCollectionResourceInfo
Public Class ExtendedMongoDBCollectionResourceInfo
Inherits MongoDBCollectionResourceInfo
Inheritance

Constructors

ExtendedMongoDBCollectionResourceInfo()

Creates a new 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.

Methods

Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisioningConstruct)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from ProvisioningConstruct)

Applies to