Properties
|
Description
|
Valid Values
|
"id"
|
The integer ID of the data store
|
The data store ID
|
"name"
|
The name of the data store
|
The name of the data store
|
"isBeta"
|
Indicates whether the data store is beta or GA
|
true | false
If true, the data store is a beta data store.
If false, the data store is GA.
|
"isGroup"
|
Indicates whether the data store is the group data store (as opposed to a specific back end data store such as Oracle)
The group data store enables the creation of group data sources. A group data source is comprised of multiple member data sources that connect to one or more back end data stores such as Salesforce or SQL Server.
The group data store is named DataSource Group, and its ID is 56.
|
true | false
If true, the data store is the group data store.
If false, the data store is not the group data store.
|
"authorized"
|
Indicates whether the user making the request can create a data source on the data store
|
true | false
If true, the user making the request is authorized to create a data source for this data store.
If false, the user making the request is not authorized to create a data source for this data store.
|
"connectionType"
|
Provides details about a supported data store, including the options that can be specified when creating a data source on the data store.
|
A valid connectionType object. See connectionType-details Object for more information.
|