2021-09-09 05:05:36 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.cosmos.models.CosmosItemOperation"
|
|
|
|
fullName: "com.azure.cosmos.models.CosmosItemOperation"
|
|
|
|
name: "CosmosItemOperation"
|
|
|
|
nameWithType: "CosmosItemOperation"
|
|
|
|
summary: "Encapsulates Cosmos Item Operation"
|
2022-11-01 07:30:49 +03:00
|
|
|
syntax: "public interface **CosmosItemOperation**"
|
2021-09-09 05:05:36 +03:00
|
|
|
methods:
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.azure.cosmos.models.CosmosItemOperation.<T>getContext()"
|
2022-12-01 08:13:59 +03:00
|
|
|
fullName: "com.azure.cosmos.models.CosmosItemOperation.getContext()"
|
|
|
|
name: "getContext()"
|
|
|
|
nameWithType: "CosmosItemOperation.getContext()"
|
2022-08-22 08:55:24 +03:00
|
|
|
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()"
|
2022-12-01 08:13:59 +03:00
|
|
|
fullName: "com.azure.cosmos.models.CosmosItemOperation.getItem()"
|
|
|
|
name: "getItem()"
|
|
|
|
nameWithType: "CosmosItemOperation.getItem()"
|
2022-08-22 08:55:24 +03:00
|
|
|
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."
|
2022-09-07 07:25:44 +03:00
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
2022-08-22 08:55:24 +03:00
|
|
|
- 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\" />"
|
2021-09-09 05:05:36 +03:00
|
|
|
type: "interface"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "Encapsulates Cosmos Item Operation"
|
2021-09-09 05:05:36 +03:00
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.cosmos.models"
|
2024-10-17 06:24:16 +03:00
|
|
|
artifact: com.azure:azure-cosmos:4.63.4
|