Class CompositePath
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
public class CompositePath
- Inheritance
-
CompositePath
- Inherited Members
Constructors
CompositePath()
Initializes a new instance of the CompositePath class.
public CompositePath()
CompositePath(string, CompositePathSortOrder)
Initializes a new instance of the CompositePath class.
public CompositePath(string path = null, CompositePathSortOrder order = null)
Parameters
path
stringThe path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)
order
CompositePathSortOrderSort order for composite paths. Possible values include: 'Ascending', 'Descending'
Properties
Order
Gets or sets sort order for composite paths. Possible values include: 'Ascending', 'Descending'
public CompositePathSortOrder Order { get; set; }
Property Value
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; }