AzureStorage.Table.EntityDescriptor (AzureStorage v0.1.2) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %AzureStorage.Table.EntityDescriptor{
  ETag: String.t() | nil,
  Fields: map(),
  PartitionKey: AzureStorage.Table.Entity.t(),
  RowKey: AzureStorage.Table.Entity.t()
}

Link to this section Functions

Link to this function

update_field(entity_descriptor, field_name, value)

View Source