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

64 строки
2.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.models.CosmosItemOperation"
fullName: "com.azure.cosmos.models.CosmosItemOperation"
name: "CosmosItemOperation"
nameWithType: "CosmosItemOperation"
summary: "Encapsulates Cosmos Item Operation"
syntax: "public interface **CosmosItemOperation**"
methods:
- uid: "com.azure.cosmos.models.CosmosItemOperation.<T>getContext()"
fullName: "com.azure.cosmos.models.CosmosItemOperation.getContext()"
name: "getContext()"
nameWithType: "CosmosItemOperation.getContext()"
modifiers:
- "abstract"
syntax: "public abstract T <T>getContext()"
returns:
description: "the context."
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.CosmosItemOperation.<T>getItem()"
fullName: "com.azure.cosmos.models.CosmosItemOperation.getItem()"
name: "getItem()"
nameWithType: "CosmosItemOperation.getItem()"
modifiers:
- "abstract"
syntax: "public abstract T <T>getItem()"
returns:
description: "the item."
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.CosmosItemOperation.getId()"
fullName: "com.azure.cosmos.models.CosmosItemOperation.getId()"
name: "getId()"
nameWithType: "CosmosItemOperation.getId()"
modifiers:
- "abstract"
syntax: "public abstract String getId()"
returns:
description: "the id."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.CosmosItemOperation.getOperationType()"
fullName: "com.azure.cosmos.models.CosmosItemOperation.getOperationType()"
name: "getOperationType()"
nameWithType: "CosmosItemOperation.getOperationType()"
modifiers:
- "abstract"
syntax: "public abstract CosmosItemOperationType getOperationType()"
returns:
description: "the operation type."
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperationType?alt=com.azure.cosmos.models.CosmosItemOperationType&text=CosmosItemOperationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.CosmosItemOperation.getPartitionKeyValue()"
fullName: "com.azure.cosmos.models.CosmosItemOperation.getPartitionKeyValue()"
name: "getPartitionKeyValue()"
nameWithType: "CosmosItemOperation.getPartitionKeyValue()"
modifiers:
- "abstract"
syntax: "public abstract PartitionKey getPartitionKeyValue()"
returns:
description: "the partition key value."
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Encapsulates Cosmos Item Operation"
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.3