Azure Tables
From DreamFactory
(Created page with "Azure Tables is a NoSQL database offered by Microsoft Azure cloud services. ==Common Feature Exceptions== * Azure Tables, like most NoSQL database, doesn't have defined schem...") |
(→Common Feature Exceptions) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Common Feature Exceptions== | ==Common Feature Exceptions== | ||
− | * Azure Tables, like most NoSQL database, doesn't have defined schema for each table's rows, except the | + | * Azure Tables, like most NoSQL database, doesn't have defined schema for each table's rows, except the Partition Key and Row Key which uniquely identify each new record and must be provided for each record. Therefore, the '''_schema''' resource doesn't support field level operations. |
* While DreamFactory supplies a SQL-like filter string conversion to Azure Tables native filter language, the service also supports the native filter language represented as a JSON string. | * While DreamFactory supplies a SQL-like filter string conversion to Azure Tables native filter language, the service also supports the native filter language represented as a JSON string. | ||
==Requirements== | ==Requirements== | ||
− | * Requires ''''dreamfactory/df-azure''''' package, which is installed by default in most DreamFactory installs. | + | * Requires '''''dreamfactory/df-azure''''' package, which is installed by default in most DreamFactory installs. |
==Configuration== | ==Configuration== |
Latest revision as of 18:03, 2 August 2016
Azure Tables is a NoSQL database offered by Microsoft Azure cloud services.
Common Feature Exceptions
- Azure Tables, like most NoSQL database, doesn't have defined schema for each table's rows, except the Partition Key and Row Key which uniquely identify each new record and must be provided for each record. Therefore, the _schema resource doesn't support field level operations.
- While DreamFactory supplies a SQL-like filter string conversion to Azure Tables native filter language, the service also supports the native filter language represented as a JSON string.
Requirements
- Requires dreamfactory/df-azure package, which is installed by default in most DreamFactory installs.
Configuration
- account_name - String. Required. A Windows Azure storage account name.
- account_key - String. Required. A Windows Azure storage account key.
- protocol - HTTP or HTTPS. Optional. Selected protocol for this service connection.