Table of Contents

Class PathsDefinition<T>

Namespace
Microsoft.Azure.Cosmos.Fluent
Assembly
Microsoft.Azure.Cosmos.Client.dll

Fluent definition to specify paths.

public class PathsDefinition<T>

Type Parameters

T
Inheritance
PathsDefinition<T>
Inherited Members
Extension Methods

Methods

Attach()

Applies the current definition to the parent.

public T Attach()

Returns

T

An instance of the parent.

Path(string)

Adds a path to the current PathsDefinition<T>.

public PathsDefinition<T> Path(string path)

Parameters

path string

Property path for the current definition. Example: /path/*

Returns

PathsDefinition<T>

An instance of the current PathsDefinition<T>.