sdk/data/aztables/v0.6.0
Pre-release
Pre-release
0.6.0 (2022-03-08)
Breaking Changes
- Prefixed all
TransactionType
constants withTransactionType
. - Prefixed all
EntityUpdateMode
constants withEntityUpdateMode
. - Changed the
SharedKeyCredential.ComputeHMACSHA256
method to a private method. - Changed the
ListTablesPager
andListEntitiesPager
to structs. - Renamed the
ResponseProperties
type toTableProperties
. - Removing
ContentType
from theTransactionResponse
struct. - Update
ListEntitiesPager
andListTablesPager
.- The
More
method checks whether there are more pages to retrieve. - The
NextPage(context.Context)
method gets the next page and returns a response and anerror
.
- The
- Removed
RawResponse
from all Response structs TransactionResponse
is an empty struct