Interface IWithExcludedPaths<ParentT>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the indexing policy definition allowing to set excluded paths.
public interface IWithExcludedPaths<ParentT>
Type Parameters
ParentT
The stage of the parent definition to return to after attaching this definition.
Methods
WithExcludedPath(ExcludedPath)
Specifies an excluded path.
IWithAttach<ParentT> WithExcludedPath(ExcludedPath excludedPath)
Parameters
excludedPath
ExcludedPathOne of the excluded path.
Returns
- IWithAttach<ParentT>
The next stage of the definition.
WithExcludedPath(string)
Specifies an excluded path.
IWithAttach<ParentT> WithExcludedPath(string path)
Parameters
path
stringOne of the excluded path.
Returns
- IWithAttach<ParentT>
The next stage of the definition.
WithExcludedPaths(IList<ExcludedPath>)
Specifies the excluded paths.
IWithAttach<ParentT> WithExcludedPaths(IList<ExcludedPath> excludedPaths)
Parameters
excludedPaths
IList<ExcludedPath>The list of the excluded path.
Returns
- IWithAttach<ParentT>
The next stage of the definition.