CosmosItemOperation Interface
public interface CosmosItemOperation
Encapsulates Cosmos Item Operation
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T | getContext() |
| abstract String | getId() |
| abstract T | getItem() |
|
abstract
Cosmos |
getOperationType() |
|
abstract
Partition |
getPartitionKeyValue() |
Method Details
getContext
public abstract T <T>getContext()
Returns:
getId
public abstract String getId()
Returns:
getItem
public abstract T <T>getItem()
Returns:
getOperationType
public abstract CosmosItemOperationType getOperationType()
Returns:
getPartitionKeyValue
public abstract PartitionKey getPartitionKeyValue()
Returns: