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

Link to this section Summary

Link to this section Types

Specs

t() :: %AzureStorage.Table.Query{
  filter: [String.t()] | nil,
  select: String.t() | nil,
  table: String.t(),
  top: integer()
}

Link to this section Functions

Specs

table(String.t()) :: t()