azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Cos...

84 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.models.CosmosDatabaseRequestOptions"
fullName: "com.azure.cosmos.models.CosmosDatabaseRequestOptions"
name: "CosmosDatabaseRequestOptions"
nameWithType: "CosmosDatabaseRequestOptions"
summary: "Encapsulates options that can be specified for a request issued to cosmos database."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CosmosDatabaseRequestOptions**"
constructors:
- uid: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.CosmosDatabaseRequestOptions()"
fullName: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.CosmosDatabaseRequestOptions()"
name: "CosmosDatabaseRequestOptions()"
nameWithType: "CosmosDatabaseRequestOptions.CosmosDatabaseRequestOptions()"
syntax: "public CosmosDatabaseRequestOptions()"
methods:
- uid: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.getIfMatchETag()"
fullName: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.getIfMatchETag()"
name: "getIfMatchETag()"
nameWithType: "CosmosDatabaseRequestOptions.getIfMatchETag()"
summary: "Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service."
syntax: "public String getIfMatchETag()"
desc: "Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service."
returns:
description: "the ifMatchETag associated with the request."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.getIfNoneMatchETag()"
fullName: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.getIfNoneMatchETag()"
name: "getIfNoneMatchETag()"
nameWithType: "CosmosDatabaseRequestOptions.getIfNoneMatchETag()"
summary: "Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service."
syntax: "public String getIfNoneMatchETag()"
desc: "Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service."
returns:
description: "the ifNoneMatchETag associated with the request."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.setIfMatchETag(java.lang.String)"
fullName: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.setIfMatchETag(String ifMatchETag)"
name: "setIfMatchETag(String ifMatchETag)"
nameWithType: "CosmosDatabaseRequestOptions.setIfMatchETag(String ifMatchETag)"
summary: "Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service."
parameters:
- description: "the ifMatchETag associated with the request."
name: "ifMatchETag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CosmosDatabaseRequestOptions setIfMatchETag(String ifMatchETag)"
desc: "Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service."
returns:
description: "the current request options"
type: "<xref href=\"com.azure.cosmos.models.CosmosDatabaseRequestOptions?alt=com.azure.cosmos.models.CosmosDatabaseRequestOptions&text=CosmosDatabaseRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.setIfNoneMatchETag(java.lang.String)"
fullName: "com.azure.cosmos.models.CosmosDatabaseRequestOptions.setIfNoneMatchETag(String ifNoneMatchETag)"
name: "setIfNoneMatchETag(String ifNoneMatchETag)"
nameWithType: "CosmosDatabaseRequestOptions.setIfNoneMatchETag(String ifNoneMatchETag)"
summary: "Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service."
parameters:
- description: "the ifNoneMatchETag associated with the request."
name: "ifNoneMatchETag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CosmosDatabaseRequestOptions setIfNoneMatchETag(String ifNoneMatchETag)"
desc: "Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service."
returns:
description: "the current request options"
type: "<xref href=\"com.azure.cosmos.models.CosmosDatabaseRequestOptions?alt=com.azure.cosmos.models.CosmosDatabaseRequestOptions&text=CosmosDatabaseRequestOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Encapsulates options that can be specified for a request issued to cosmos database."
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.3