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 existingentityusing the specifiedupdate mode.voidTableClient.updateEntity(TableEntity entity, TableEntityUpdateMode updateMode) Updates an existingentityusing the specifiedupdate mode.TableAsyncClient.updateEntityWithResponse(TableEntity entity, TableEntityUpdateMode updateMode, boolean ifUnchanged) Updates an existingentityusing 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 existingentityusing the specifiedupdate mode.TableAsyncClient.upsertEntityWithResponse(TableEntity entity, TableEntityUpdateMode updateMode) Inserts anentityinto the table if it does not exist, or updates the existingentityusing the specifiedupdate modeotherwise.com.azure.core.http.rest.Response<Void> TableClient.upsertEntityWithResponse(TableEntity entity, TableEntityUpdateMode updateMode, Duration timeout, com.azure.core.util.Context context) Inserts anentityinto the table if it does not exist, or updates the existingentityusing the specifiedupdate modeotherwise. -
Uses of TableEntityUpdateMode in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableEntityUpdateModeModifier and TypeMethodDescriptionstatic TableEntityUpdateModeReturns 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.