101 строка
5.3 KiB
YAML
101 строка
5.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.documentdb.ExcludedPath"
|
|
fullName: "com.microsoft.azure.documentdb.ExcludedPath"
|
|
name: "ExcludedPath"
|
|
nameWithType: "ExcludedPath"
|
|
summary: "Represents an excluded path of the Indexing<wbr>Policy in the Azure Cosmos DB database service."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.documentdb.JsonSerializable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.<T>getCollection(java.lang.String,java.lang.Class<T>)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.<T>getObject(java.lang.String,java.lang.Class<T>)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.<T>set(java.lang.String,T)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.<T>toObject(java.lang.Class<T>)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.get(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getBoolean(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getCollection(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getDouble(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getHashMap()"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getInt(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getLogger()"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getLong(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getMapper()"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getObject(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getObjectByPath(java.util.Collection<java.lang.String>)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.getString(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.has(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.remove(java.lang.String)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.toJson()"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.toJson(com.microsoft.azure.documentdb.SerializationFormattingPolicy)"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.toString()"
|
|
- "com.microsoft.azure.documentdb.JsonSerializable.toString(int)"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class ExcludedPath extends JsonSerializable"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.documentdb.ExcludedPath.ExcludedPath()"
|
|
fullName: "com.microsoft.azure.documentdb.ExcludedPath.ExcludedPath()"
|
|
name: "ExcludedPath()"
|
|
nameWithType: "ExcludedPath.ExcludedPath()"
|
|
summary: "Constructor."
|
|
syntax: "public ExcludedPath()"
|
|
desc: "Constructor."
|
|
- uid: "com.microsoft.azure.documentdb.ExcludedPath.ExcludedPath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.documentdb.ExcludedPath.ExcludedPath(String jsonString)"
|
|
name: "ExcludedPath(String jsonString)"
|
|
nameWithType: "ExcludedPath.ExcludedPath(String jsonString)"
|
|
summary: "Constructor."
|
|
parameters:
|
|
- description: "the json string that represents the excluded path."
|
|
name: "jsonString"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExcludedPath(String jsonString)"
|
|
desc: "Constructor."
|
|
- uid: "com.microsoft.azure.documentdb.ExcludedPath.ExcludedPath(org.json.JSONObject)"
|
|
fullName: "com.microsoft.azure.documentdb.ExcludedPath.ExcludedPath(JSONObject jsonObject)"
|
|
name: "ExcludedPath(JSONObject jsonObject)"
|
|
nameWithType: "ExcludedPath.ExcludedPath(JSONObject jsonObject)"
|
|
summary: "Constructor."
|
|
parameters:
|
|
- description: "the json object that represents the excluded path."
|
|
name: "jsonObject"
|
|
type: "<xref href=\"org.json.JSONObject?alt=org.json.JSONObject&text=JSONObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExcludedPath(JSONObject jsonObject)"
|
|
desc: "Constructor."
|
|
methods:
|
|
- uid: "com.microsoft.azure.documentdb.ExcludedPath.getPath()"
|
|
fullName: "com.microsoft.azure.documentdb.ExcludedPath.getPath()"
|
|
name: "getPath()"
|
|
nameWithType: "ExcludedPath.getPath()"
|
|
summary: "Gets path."
|
|
syntax: "public String getPath()"
|
|
desc: "Gets path."
|
|
returns:
|
|
description: "the path."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.documentdb.ExcludedPath.setPath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.documentdb.ExcludedPath.setPath(String path)"
|
|
name: "setPath(String path)"
|
|
nameWithType: "ExcludedPath.setPath(String path)"
|
|
summary: "Sets path."
|
|
parameters:
|
|
- description: "the path."
|
|
name: "path"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public void setPath(String path)"
|
|
desc: "Sets path."
|
|
type: "class"
|
|
desc: "Represents an excluded path of the IndexingPolicy in the Azure Cosmos DB database service."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.documentdb"
|
|
artifact: com.microsoft.azure:azure-documentdb:2.4.7
|