|
CommandTimeOut | | The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed.
For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
ODataAuthScheme | NONE |
NEGOTIATE |
DIGEST |
BASIC |
| The security scheme used for OData authentication. Accepted entries are NTLM, BASIC, DIGEST, NONE, NEGOTIATE, or SHAREPOINTONLINE. The Default Value
is "NONE".
Together with Password and User, this field is used to authenticate against the OData server.
|
ODataPassword | | The password for the OData data provider. |
ODataURL | | (Required) URL for the host providing the OData Web service.
Example:
http://services.odata.org/Northwind/Northwind.svc |
ODataUser | | The user id for the OData data provider. |