azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.model...

90 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.tables.models.TableTransactionAction"
fullName: "com.azure.data.tables.models.TableTransactionAction"
name: "TableTransactionAction"
nameWithType: "TableTransactionAction"
summary: "Defines an action to be included as part of a transactional operation."
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 TableTransactionAction"
constructors:
- uid: "com.azure.data.tables.models.TableTransactionAction.TableTransactionAction(com.azure.data.tables.models.TableTransactionActionType,com.azure.data.tables.models.TableEntity)"
fullName: "com.azure.data.tables.models.TableTransactionAction.TableTransactionAction(TableTransactionActionType actionType, TableEntity entity)"
name: "TableTransactionAction(TableTransactionActionType actionType, TableEntity entity)"
nameWithType: "TableTransactionAction.TableTransactionAction(TableTransactionActionType actionType, TableEntity entity)"
summary: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableTransactionAction\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableTransactionAction\"></xref>."
parameters:
- description: "The operation type to be applied to the <code>entity</code>."
name: "actionType"
type: "<xref href=\"com.azure.data.tables.models.TableTransactionActionType?alt=com.azure.data.tables.models.TableTransactionActionType&text=TableTransactionActionType\" data-throw-if-not-resolved=\"False\" />"
- description: "The table entity to which the <code>actionType</code> will be applied."
name: "entity"
type: "<xref href=\"com.azure.data.tables.models.TableEntity?alt=com.azure.data.tables.models.TableEntity&text=TableEntity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableTransactionAction(TableTransactionActionType actionType, TableEntity entity)"
desc: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableTransactionAction\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableTransactionAction\"></xref>."
- uid: "com.azure.data.tables.models.TableTransactionAction.TableTransactionAction(com.azure.data.tables.models.TableTransactionActionType,com.azure.data.tables.models.TableEntity,boolean)"
fullName: "com.azure.data.tables.models.TableTransactionAction.TableTransactionAction(TableTransactionActionType actionType, TableEntity entity, boolean ifUnchanged)"
name: "TableTransactionAction(TableTransactionActionType actionType, TableEntity entity, boolean ifUnchanged)"
nameWithType: "TableTransactionAction.TableTransactionAction(TableTransactionActionType actionType, TableEntity entity, boolean ifUnchanged)"
summary: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableTransactionAction\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableTransactionAction\"></xref>."
parameters:
- description: "The operation type to be applied to the <code>entity</code>."
name: "actionType"
type: "<xref href=\"com.azure.data.tables.models.TableTransactionActionType?alt=com.azure.data.tables.models.TableTransactionActionType&text=TableTransactionActionType\" data-throw-if-not-resolved=\"False\" />"
- description: "The table entity to which the <code>actionType</code> will be applied."
name: "entity"
type: "<xref href=\"com.azure.data.tables.models.TableEntity?alt=com.azure.data.tables.models.TableEntity&text=TableEntity\" data-throw-if-not-resolved=\"False\" />"
- description: "When <code>true</code>, the ETag of the provided entity must match the ETag of the entity in the\n Table service. If the values do not match, the action will not be performed and an exception will be thrown.\n This value is only applied for update and delete actions."
name: "ifUnchanged"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableTransactionAction(TableTransactionActionType actionType, TableEntity entity, boolean ifUnchanged)"
desc: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableTransactionAction\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableTransactionAction\"></xref>."
methods:
- uid: "com.azure.data.tables.models.TableTransactionAction.getActionType()"
fullName: "com.azure.data.tables.models.TableTransactionAction.getActionType()"
name: "getActionType()"
nameWithType: "TableTransactionAction.getActionType()"
summary: "Get the <xref uid=\"com.azure.data.tables.models.TableTransactionActionType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"operation type\"></xref> to be applied to the <xref uid=\"com.azure.data.tables.models.TableEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"entity\"></xref>."
syntax: "public TableTransactionActionType getActionType()"
desc: "Get the <xref uid=\"com.azure.data.tables.models.TableTransactionActionType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"operation type\"></xref> to be applied to the <xref uid=\"com.azure.data.tables.models.TableEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"entity\"></xref>."
returns:
description: "The <xref uid=\"com.azure.data.tables.models.TableTransactionActionType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"operation type\"></xref>."
type: "<xref href=\"com.azure.data.tables.models.TableTransactionActionType?alt=com.azure.data.tables.models.TableTransactionActionType&text=TableTransactionActionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableTransactionAction.getEntity()"
fullName: "com.azure.data.tables.models.TableTransactionAction.getEntity()"
name: "getEntity()"
nameWithType: "TableTransactionAction.getEntity()"
summary: "Get the <xref uid=\"com.azure.data.tables.models.TableEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"table entity\"></xref> to which the `actionType` will be applied."
syntax: "public TableEntity getEntity()"
desc: "Get the <xref uid=\"com.azure.data.tables.models.TableEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"table entity\"></xref> to which the `actionType` will be applied."
returns:
description: "The <xref uid=\"com.azure.data.tables.models.TableEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"table entity\"></xref> to which the <code>actionType</code> will be applied."
type: "<xref href=\"com.azure.data.tables.models.TableEntity?alt=com.azure.data.tables.models.TableEntity&text=TableEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableTransactionAction.getIfUnchanged()"
fullName: "com.azure.data.tables.models.TableTransactionAction.getIfUnchanged()"
name: "getIfUnchanged()"
nameWithType: "TableTransactionAction.getIfUnchanged()"
summary: "Get the `ifUnchanged` value of this action."
syntax: "public boolean getIfUnchanged()"
desc: "Get the `ifUnchanged` value of this action. When `true`, the ETag of the provided entity must match the ETag of the entity in the Table service. If the values do not match, the action will not be performed and an exception will be thrown. This value is only applied for update and delete actions."
returns:
description: "The <code>ifUnchanged</code> value of this action."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines an action to be included as part of a transactional operation."
metadata: {}
package: "com.azure.data.tables.models"
artifact: com.azure:azure-data-tables:12.3.4