你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SqlContainerGetPropertiesResource 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SqlContainerGetPropertiesResource() |
初始化 SqlContainerGetPropertiesResource 类的新实例。 |
SqlContainerGetPropertiesResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, Nullable<Int64>, String, Nullable<Double>, String) |
初始化 SqlContainerGetPropertiesResource 类的新实例。 |
SqlContainerGetPropertiesResource()
初始化 SqlContainerGetPropertiesResource 类的新实例。
public SqlContainerGetPropertiesResource();
Public Sub New ()
适用于
SqlContainerGetPropertiesResource(String, IndexingPolicy, ContainerPartitionKey, Nullable<Int32>, UniqueKeyPolicy, ConflictResolutionPolicy, Nullable<Int64>, String, Nullable<Double>, String)
初始化 SqlContainerGetPropertiesResource 类的新实例。
public SqlContainerGetPropertiesResource(string id, Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy indexingPolicy = default, Microsoft.Azure.Management.CosmosDB.Models.ContainerPartitionKey partitionKey = default, int? defaultTtl = default, Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy uniqueKeyPolicy = default, Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy conflictResolutionPolicy = default, long? analyticalStorageTtl = default, string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlContainerGetPropertiesResource : string * Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy * Microsoft.Azure.Management.CosmosDB.Models.ContainerPartitionKey * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy * Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy * Nullable<int64> * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.SqlContainerGetPropertiesResource
Public Sub New (id As String, Optional indexingPolicy As IndexingPolicy = Nothing, Optional partitionKey As ContainerPartitionKey = Nothing, Optional defaultTtl As Nullable(Of Integer) = Nothing, Optional uniqueKeyPolicy As UniqueKeyPolicy = Nothing, Optional conflictResolutionPolicy As ConflictResolutionPolicy = Nothing, Optional analyticalStorageTtl As Nullable(Of Long) = Nothing, Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing)
参数
- id
- String
Cosmos DB SQL 容器的名称
- indexingPolicy
- IndexingPolicy
索引策略的配置。 默认情况下,为容器中的所有文档路径自动编制索引
- partitionKey
- ContainerPartitionKey
用于将数据分区到多个分区的分区键的配置
- uniqueKeyPolicy
- UniqueKeyPolicy
用于指定 Azure Cosmos DB 服务集合中文档的唯一性约束的唯一键策略配置。
- conflictResolutionPolicy
- ConflictResolutionPolicy
容器的冲突解决策略。
- _rid
- String
系统生成的属性。 唯一标识符。
- _etag
- String
系统生成的属性,表示乐观并发控制所需的资源 etag。