Class ExcludedPath
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
public class ExcludedPath
- Inheritance
-
ExcludedPath
- Inherited Members
Constructors
ExcludedPath()
Initializes a new instance of the ExcludedPath class.
public ExcludedPath()
ExcludedPath(string)
Initializes a new instance of the ExcludedPath class.
public ExcludedPath(string path = null)
Parameters
path
stringThe path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)
Properties
Path
Gets or sets the path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)
public string Path { get; set; }