Table of Contents

Interface IBlank<ParentT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The first stage of an indexing policy definition.

public interface IBlank<ParentT> : IWithAttach<ParentT>, IInDefinition<ParentT>, IWithAutomatic<ParentT>, IWithIndexingMode<ParentT>, IWithIncludedPaths<ParentT>, IWithExcludedPaths<ParentT>, IWithCompositeIndexes<ParentT>, IWithSpatialIndexes<ParentT>

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Inherited Members