
With Azure Table storage, you only for the capacity that is used.
Table names in Azure Table Storage is not case sensitive.
Table Storage comprises of Storage Account, Tables, Entities and Properties.
- Account - Storage account on Azure which provisions Table Storage.
- Tables - Collection of Entities that doesn't enforce a schema.
- Entities - Set of properties similar to a Database Row. Can be up to 1MB size.
- Properties - Key/Value pair. An entity can include up to 252 properties.
Table Service API - https://docs.microsoft.com/en-us/rest/api/storageservices/table-service-rest-api
No comments:
Post a Comment