ITable Interface
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.
A Table database.
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)
- Implements
Properties
_etag |
Gets a system generated property representing the resource etag required for optimistic concurrency control. |
_rid |
Gets a system generated property. A unique identifier. |
_ts |
Gets a system generated property that denotes the last updated timestamp of the resource. |
Id | (Inherited from IExternalChildResource<FluentModelT,IParentT>) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
TableId |
Gets name of the Cosmos DB Table database. |
Methods
GetThroughputSettings() | |
GetThroughputSettingsAsync(CancellationToken) | |
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Applies to
Azure SDK for .NET