119 строки
8.2 KiB
YAML
119 строки
8.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.cosmos.models.CosmosConflictRequestOptions"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions"
|
|
name: "CosmosConflictRequestOptions"
|
|
nameWithType: "CosmosConflictRequestOptions"
|
|
summary: "The type Cosmos conflict request options."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "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.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class CosmosConflictRequestOptions"
|
|
constructors:
|
|
- uid: "com.azure.cosmos.models.CosmosConflictRequestOptions.CosmosConflictRequestOptions()"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.CosmosConflictRequestOptions()"
|
|
name: "CosmosConflictRequestOptions()"
|
|
nameWithType: "CosmosConflictRequestOptions.CosmosConflictRequestOptions()"
|
|
summary: "Creates a new <xref uid=\"com.azure.cosmos.models.CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosConflictRequestOptions\"></xref> object."
|
|
syntax: "public CosmosConflictRequestOptions()"
|
|
desc: "Creates a new <xref uid=\"com.azure.cosmos.models.CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosConflictRequestOptions\"></xref> object."
|
|
- uid: "com.azure.cosmos.models.CosmosConflictRequestOptions.CosmosConflictRequestOptions(com.azure.cosmos.models.PartitionKey)"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.CosmosConflictRequestOptions(PartitionKey partitionKey)"
|
|
name: "CosmosConflictRequestOptions(PartitionKey partitionKey)"
|
|
nameWithType: "CosmosConflictRequestOptions.CosmosConflictRequestOptions(PartitionKey partitionKey)"
|
|
summary: "Creates a new <xref uid=\"com.azure.cosmos.models.CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosConflictRequestOptions\"></xref> object."
|
|
parameters:
|
|
- description: "the partitionKey associated with the request."
|
|
name: "partitionKey"
|
|
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CosmosConflictRequestOptions(PartitionKey partitionKey)"
|
|
desc: "Creates a new <xref uid=\"com.azure.cosmos.models.CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosConflictRequestOptions\"></xref> object."
|
|
methods:
|
|
- uid: "com.azure.cosmos.models.CosmosConflictRequestOptions.getIfMatchETag()"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.getIfMatchETag()"
|
|
name: "getIfMatchETag()"
|
|
nameWithType: "CosmosConflictRequestOptions.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: "ifMatchETag 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.CosmosConflictRequestOptions.getIfNoneMatchETag()"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.getIfNoneMatchETag()"
|
|
name: "getIfNoneMatchETag()"
|
|
nameWithType: "CosmosConflictRequestOptions.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.CosmosConflictRequestOptions.getPartitionKey()"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.getPartitionKey()"
|
|
name: "getPartitionKey()"
|
|
nameWithType: "CosmosConflictRequestOptions.getPartitionKey()"
|
|
summary: "Gets the partition key associated with the request in the Azure Cosmos DB service."
|
|
syntax: "public PartitionKey getPartitionKey()"
|
|
desc: "Gets the partition key associated with the request in the Azure Cosmos DB service."
|
|
returns:
|
|
description: "the partitionKey associated with the request."
|
|
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosConflictRequestOptions.setIfMatchETag(java.lang.String)"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.setIfMatchETag(String ifMatchETag)"
|
|
name: "setIfMatchETag(String ifMatchETag)"
|
|
nameWithType: "CosmosConflictRequestOptions.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 CosmosConflictRequestOptions 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.CosmosConflictRequestOptions?alt=com.azure.cosmos.models.CosmosConflictRequestOptions&text=CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosConflictRequestOptions.setIfNoneMatchETag(java.lang.String)"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.setIfNoneMatchETag(String ifNoneMatchEtag)"
|
|
name: "setIfNoneMatchETag(String ifNoneMatchEtag)"
|
|
nameWithType: "CosmosConflictRequestOptions.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 CosmosConflictRequestOptions 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.CosmosConflictRequestOptions?alt=com.azure.cosmos.models.CosmosConflictRequestOptions&text=CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosConflictRequestOptions.setPartitionKey(com.azure.cosmos.models.PartitionKey)"
|
|
fullName: "com.azure.cosmos.models.CosmosConflictRequestOptions.setPartitionKey(PartitionKey partitionKey)"
|
|
name: "setPartitionKey(PartitionKey partitionKey)"
|
|
nameWithType: "CosmosConflictRequestOptions.setPartitionKey(PartitionKey partitionKey)"
|
|
summary: "Sets the partition key associated with the request in the Azure Cosmos DB service."
|
|
parameters:
|
|
- description: "the partition key associated with the request."
|
|
name: "partitionKey"
|
|
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CosmosConflictRequestOptions setPartitionKey(PartitionKey partitionKey)"
|
|
desc: "Sets the partition key associated with the request in the Azure Cosmos DB service."
|
|
returns:
|
|
description: "the CosmosItemRequestOptions."
|
|
type: "<xref href=\"com.azure.cosmos.models.CosmosConflictRequestOptions?alt=com.azure.cosmos.models.CosmosConflictRequestOptions&text=CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The type Cosmos conflict request options."
|
|
metadata: {}
|
|
package: "com.azure.cosmos.models"
|
|
artifact: com.azure:azure-cosmos:4.36.0
|