ISqlContainer Interface

Definition

A SQL container.

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)
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.

ConflictResolutionPolicy

Gets the conflict resolution policy for the container.

DefaultTtl

Gets default time to live.

Id (Inherited from IExternalChildResource<FluentModelT,IParentT>)
IndexingPolicy

Gets the configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container.

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>)
PartitionKey

Gets the configuration of the partition key to be used for partitioning data into multiple partitions.

SqlContainerId

Gets name of the Cosmos DB SQL container.

UniqueKeyPolicy

Gets the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.

Methods

GetStoredProcedure(String)
GetStoredProcedureAsync(String, CancellationToken)
GetThroughputSettings()
GetThroughputSettingsAsync(CancellationToken)
GetTrigger(String)
GetTriggerAsync(String, CancellationToken)
GetUserDefinedFunction(String)
GetUserDefinedFunctionAsync(String, CancellationToken)
ListStoredProcedures()
ListStoredProceduresAsync(CancellationToken)
ListTriggers()
ListTriggersAsync(CancellationToken)
ListUserDefinedFunctions()
ListUserDefinedFunctionsAsync(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