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

ITable 接口

定义

表数据库。

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

属性

_etag

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

_rid

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

_ts

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

Id

表数据库。

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

表数据库。

(继承自 IHasInner<T>)
Key

表数据库。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
TableId

获取 Cosmos DB 表数据库的名称。

方法

GetThroughputSettings()

表数据库。

GetThroughputSettingsAsync(CancellationToken)

表数据库。

Refresh()

刷新资源以与 Azure 同步。

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

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)

适用于