Microsoft Windows Azure OGDI Writer Parameters
Connection Parameters
Storage Service Name
The Windows Azure Storage Account that contains the tables.
There are multiple supported ways to specify this value:
Connection Parameter | Example |
---|---|
URL | https://contoso.table.core.windows.net |
Hostname | contoso.table.core.windows.net |
Storage Account Name | contoso |
Primary Access Key
This specifies the primary access key for accessing the Microsoft Windows Azure Storage service.
Advanced
Writer Mode
Specifies which SQL operations will be performed by default by this writer. This default writer-level value can be overwritten at the feature type or table level.
- INSERT: Allows for only INSERT operations.
- UPDATE and DELETE: These writer modes can be overwritten at the feature type level.