84 строки
5.7 KiB
YAML
84 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cosmosdb.IncludedPath"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.IncludedPath"
|
|
name: "IncludedPath"
|
|
nameWithType: "IncludedPath"
|
|
summary: "The paths that are included in indexing."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **IncludedPath**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.IncludedPath.IncludedPath()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.IncludedPath.IncludedPath()"
|
|
name: "IncludedPath()"
|
|
nameWithType: "IncludedPath.IncludedPath()"
|
|
syntax: "public IncludedPath()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.IncludedPath.indexes()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.IncludedPath.indexes()"
|
|
name: "indexes()"
|
|
nameWithType: "IncludedPath.indexes()"
|
|
summary: "Get list of indexes for this path."
|
|
syntax: "public List<Indexes> indexes()"
|
|
desc: "Get list of indexes for this path."
|
|
returns:
|
|
description: "the indexes value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.Indexes?alt=com.microsoft.azure.management.cosmosdb.Indexes&text=Indexes\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.IncludedPath.path()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.IncludedPath.path()"
|
|
name: "path()"
|
|
nameWithType: "IncludedPath.path()"
|
|
summary: "Get the path for which the indexing behavior applies to."
|
|
syntax: "public String path()"
|
|
desc: "Get the path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/\\*)."
|
|
returns:
|
|
description: "the path value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.IncludedPath.withIndexes(java.util.List<com.microsoft.azure.management.cosmosdb.Indexes>)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.IncludedPath.withIndexes(List<Indexes> indexes)"
|
|
name: "withIndexes(List<Indexes> indexes)"
|
|
nameWithType: "IncludedPath.withIndexes(List<Indexes> indexes)"
|
|
summary: "Set list of indexes for this path."
|
|
parameters:
|
|
- description: "the indexes value to set"
|
|
name: "indexes"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cosmosdb.Indexes?alt=com.microsoft.azure.management.cosmosdb.Indexes&text=Indexes\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IncludedPath withIndexes(List<Indexes> indexes)"
|
|
desc: "Set list of indexes for this path."
|
|
returns:
|
|
description: "the IncludedPath object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.IncludedPath?alt=com.microsoft.azure.management.cosmosdb.IncludedPath&text=IncludedPath\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.IncludedPath.withPath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.IncludedPath.withPath(String path)"
|
|
name: "withPath(String path)"
|
|
nameWithType: "IncludedPath.withPath(String path)"
|
|
summary: "Set the path for which the indexing behavior applies to."
|
|
parameters:
|
|
- description: "the path value to set"
|
|
name: "path"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IncludedPath withPath(String path)"
|
|
desc: "Set the path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/\\*)."
|
|
returns:
|
|
description: "the IncludedPath object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.IncludedPath?alt=com.microsoft.azure.management.cosmosdb.IncludedPath&text=IncludedPath\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The paths that are included in indexing."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cosmosdb"
|
|
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4
|