Interface IWithIncludedPaths<ParentT>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the indexing policy definition allowing to set included paths.
public interface IWithIncludedPaths<ParentT>
Type Parameters
ParentT
The stage of the parent definition to return to after attaching this definition.
Methods
WithIncludedPath(IncludedPath)
Specifies an included path.
IWithAttach<ParentT> WithIncludedPath(IncludedPath includedPath)
Parameters
includedPath
IncludedPathOne of the included path.
Returns
- IWithAttach<ParentT>
The next stage of the definition.
WithIncludedPath(string)
Specifies an included path.
IWithAttach<ParentT> WithIncludedPath(string path)
Parameters
path
stringOne of the included path.
Returns
- IWithAttach<ParentT>
The next stage of the definition.
WithIncludedPaths(IList<IncludedPath>)
Specifies the included paths.
IWithAttach<ParentT> WithIncludedPaths(IList<IncludedPath> includedPaths)
Parameters
includedPaths
IList<IncludedPath>The list of the included path.
Returns
- IWithAttach<ParentT>
The next stage of the definition.