Table of Contents

Class CompositePath

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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 string

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)

order CompositePathSortOrder

Sort 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

CompositePathSortOrder

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; }

Property Value

string