Table of Contents

Class ExcludedPath

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

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

Property Value

string