AzureStorage.Table.EntityGenerator (AzureStorage v0.1.6) View Source

Link to this section Summary

Link to this section Functions

Link to this function

binary(entity_descriptor, field, value)

View Source
Link to this function

boolean(entity_descriptor, field, value)

View Source
Link to this function

date_time(entity_descriptor, field, value)

View Source
Link to this function

double(entity_descriptor, field, value)

View Source
Link to this function

guid(entity_descriptor, field, value)

View Source
Link to this function

int32(entity_descriptor, field, value)

View Source
Link to this function

int64(entity_descriptor, field, value)

View Source
Link to this function

map_to_entity_descriptor(json)

View Source

Specs

map_to_entity_descriptor(map()) :: AzureStorage.Table.EntityDescriptor.t()

Convert json response to AzureStorage.Table.EntityDescriptor

Link to this function

partition_key(entity_descriptor, value)

View Source
Link to this function

row_key(entity_descriptor, value)

View Source
Link to this function

string(entity_descriptor, field, value)

View Source