| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Method and Description |
|---|---|
TableTransactionActionType |
TableTransactionAction.getActionType()
Get the
operation type to be applied to the entity. |
static TableTransactionActionType |
TableTransactionActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableTransactionActionType[] |
TableTransactionActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TableTransactionAction(TableTransactionActionType actionType,
TableEntity entity)
Initializes a new instance of the
TableTransactionAction. |
TableTransactionAction(TableTransactionActionType actionType,
TableEntity entity,
boolean ifUnchanged)
Initializes a new instance of the
TableTransactionAction. |
Copyright © 2021 Microsoft Corporation. All rights reserved.