你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISqlContainer 接口

定义

SQL 容器。

public interface ISqlContainer : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ISqlContainer,Microsoft.Azure.Management.CosmosDB.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.ISqlContainer>
type ISqlContainer = interface
    interface IBeta
    interface IHasInner<SqlContainerGetResultsInner>
    interface IExternalChildResource<ISqlContainer, ISqlDatabase>
    interface IChildResource<ISqlDatabase>
    interface IHasName
    interface IIndexable
    interface IHasParent<ISqlDatabase>
    interface IRefreshable<ISqlContainer>
Public Interface ISqlContainer
Implements IBeta, IChildResource(Of ISqlDatabase), IExternalChildResource(Of ISqlContainer, ISqlDatabase), IHasInner(Of SqlContainerGetResultsInner), IHasParent(Of ISqlDatabase), IRefreshable(Of ISqlContainer)
实现

属性

_etag

获取系统生成的属性,该属性表示乐观并发控制所需的资源 etag。

_rid

获取系统生成的属性。 唯一标识符。

_ts

获取系统生成的属性,该属性表示资源的上次更新时间戳。

ConflictResolutionPolicy

获取容器的冲突解决策略。

DefaultTtl

获取默认生存时间。

Id

SQL 容器。

(继承自 IExternalChildResource<FluentModelT,IParentT>)
IndexingPolicy

获取索引策略的配置。 默认情况下,索引对于容器中的所有文档路径都是自动的。

Inner

SQL 容器。

(继承自 IHasInner<T>)
Key

SQL 容器。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
PartitionKey

获取用于将数据分区到多个分区的分区键的配置。

SqlContainerId

获取 Cosmos DB SQL 容器的名称。

UniqueKeyPolicy

获取用于指定 Azure Cosmos DB 服务集合中文档的唯一性约束的唯一键策略配置。

方法

GetStoredProcedure(String)

SQL 容器。

GetStoredProcedureAsync(String, CancellationToken)

SQL 容器。

GetThroughputSettings()

SQL 容器。

GetThroughputSettingsAsync(CancellationToken)

SQL 容器。

GetTrigger(String)

SQL 容器。

GetTriggerAsync(String, CancellationToken)

SQL 容器。

GetUserDefinedFunction(String)

SQL 容器。

GetUserDefinedFunctionAsync(String, CancellationToken)

SQL 容器。

ListStoredProcedures()

SQL 容器。

ListStoredProceduresAsync(CancellationToken)

SQL 容器。

ListTriggers()

SQL 容器。

ListTriggersAsync(CancellationToken)

SQL 容器。

ListUserDefinedFunctions()

SQL 容器。

ListUserDefinedFunctionsAsync(CancellationToken)

SQL 容器。

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)

适用于