Share via


IndexingPolicyDefinition<T>.WithIncludedPaths Method

Definition

Defines the Container's IncludedPaths.

public Microsoft.Azure.Cosmos.Fluent.PathsDefinition<Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition<T>> WithIncludedPaths ();
member this.WithIncludedPaths : unit -> Microsoft.Azure.Cosmos.Fluent.PathsDefinition<Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition<'T>>
Public Function WithIncludedPaths () As PathsDefinition(Of IndexingPolicyDefinition(Of T))

Returns

An instance of PathsDefinition<T>.

Applies to