Element Details: Connection.OData
 Back


Available in: Logi Info Source code name: Connection.ODataIntroduced in: 12.1.188

The Connection.OData element sets the parameters required to connect to a OData data source.

Element Group:General Purpose Data Connectors



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CommandTimeOut
UserDefined
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
UserDefined
(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
UserDefined
The password for the OData data provider.
ODataURL
UserDefined
(Required) URL for the host providing the OData Web service. Example: http://services.odata.org/Northwind/Northwind.svc
ODataUser
UserDefined
The user id for the OData data provider.



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.

OData Parameters Studio Connection


 Back to top