Uses of Enum
com.azure.data.tables.models.TableEntityUpdateMode
Packages that use TableEntityUpdateMode
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
Package containing the data models for AzureTable.
-
Uses of TableEntityUpdateMode in com.azure.data.tables
Methods in com.azure.data.tables with parameters of type TableEntityUpdateModeModifier and TypeMethodDescriptionTableAsyncClient.updateEntity
(TableEntity entity, TableEntityUpdateMode updateMode) Updates an existingentity
using the specifiedupdate mode
.void
TableClient.updateEntity
(TableEntity entity, TableEntityUpdateMode updateMode) Updates an existingentity
using the specifiedupdate mode
.TableAsyncClient.updateEntityWithResponse
(TableEntity entity, TableEntityUpdateMode updateMode, boolean ifUnchanged) Updates an existingentity
using the specifiedupdate mode
.com.azure.core.http.rest.Response
<Void> TableClient.updateEntityWithResponse
(TableEntity entity, TableEntityUpdateMode updateMode, boolean ifUnchanged, Duration timeout, com.azure.core.util.Context context) Updates an existingentity
using the specifiedupdate mode
.TableAsyncClient.upsertEntityWithResponse
(TableEntity entity, TableEntityUpdateMode updateMode) Inserts anentity
into the table if it does not exist, or updates the existingentity
using the specifiedupdate mode
otherwise.com.azure.core.http.rest.Response
<Void> TableClient.upsertEntityWithResponse
(TableEntity entity, TableEntityUpdateMode updateMode, Duration timeout, com.azure.core.util.Context context) Inserts anentity
into the table if it does not exist, or updates the existingentity
using the specifiedupdate mode
otherwise. -
Uses of TableEntityUpdateMode in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableEntityUpdateModeModifier and TypeMethodDescriptionstatic TableEntityUpdateMode
Returns the enum constant of this type with the specified name.static TableEntityUpdateMode[]
TableEntityUpdateMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.