Method | Description | |
---|---|---|
DeleteDatasetById ( this operations, string collectionName, string workspaceId, string datasetKey ) : object |
Deletes the dataset with the specified id
|
|
DeleteDatasetByIdAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
Deletes the dataset with the specified id
|
|
DeleteRows ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName ) : object |
Deletes all rows from the specified table
|
|
DeleteRowsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, |
Deletes all rows from the specified table
|
|
GetDatasetById ( this operations, string collectionName, string workspaceId, string datasetKey ) : Dataset |
Gets the dataset metadata for the specifeid dataset id
|
|
GetDatasetByIdAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
Gets the dataset metadata for the specifeid dataset id
|
|
GetDatasets ( this operations, string collectionName, string workspaceId ) : ODataResponseListDataset |
Returns the datasets
|
|
GetDatasetsAsync ( this operations, string collectionName, string workspaceId, |
Returns the datasets
|
|
GetDatasources ( this operations, string collectionName, string workspaceId, string datasetKey ) : ODataResponseListDatasource |
Gets a list of datasource for the specified dataset
|
|
GetDatasourcesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
Gets a list of datasource for the specified dataset
|
|
GetGatewayDatasources ( this operations, string collectionName, string workspaceId, string datasetKey ) : ODataResponseListGatewayDatasource |
Gets a list of bound gateway datasources for the specified dataset
|
|
GetGatewayDatasourcesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
Gets a list of bound gateway datasources for the specified dataset
|
|
GetTables ( this operations, string collectionName, string workspaceId, string datasetKey ) : ODataResponseListTable |
Gets all tables within the specified dataset
|
|
GetTablesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
Gets all tables within the specified dataset
|
|
PostDataset ( this operations, string collectionName, string workspaceId, Dataset dataset ) : object |
Post a new entity to datasets
|
|
PostDatasetAsync ( this operations, string collectionName, string workspaceId, Dataset dataset, |
Post a new entity to datasets
|
|
PostRows ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage ) : object |
Posts new data rows into the specified table
|
|
PostRowsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage, |
Posts new data rows into the specified table
|
|
PutTable ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage ) : object |
Updates a schema and metadata for the specified table
|
|
PutTableAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage, |
Updates a schema and metadata for the specified table
|
|
SetAllConnections ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary |
Sets all connections for the specified dataset
|
|
SetAllConnectionsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary |
Sets all connections for the specified dataset
|
public static DeleteDatasetById ( this operations, string collectionName, string workspaceId, string datasetKey ) : object | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
return | object |
public static DeleteDatasetByIdAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static DeleteRows ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName ) : object | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
tableName | string | /// The table name /// |
return | object |
public static DeleteRowsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
tableName | string | /// The table name /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static GetDatasetById ( this operations, string collectionName, string workspaceId, string datasetKey ) : Dataset | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
return | Dataset |
public static GetDatasetByIdAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static GetDatasets ( this operations, string collectionName, string workspaceId ) : ODataResponseListDataset | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
return | ODataResponseListDataset |
public static GetDatasetsAsync ( this operations, string collectionName, string workspaceId, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static GetDatasources ( this operations, string collectionName, string workspaceId, string datasetKey ) : ODataResponseListDatasource | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// |
return | ODataResponseListDatasource |
public static GetDatasourcesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static GetGatewayDatasources ( this operations, string collectionName, string workspaceId, string datasetKey ) : ODataResponseListGatewayDatasource | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
return | ODataResponseListGatewayDatasource |
public static GetGatewayDatasourcesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static GetTables ( this operations, string collectionName, string workspaceId, string datasetKey ) : ODataResponseListTable | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
return | ODataResponseListTable |
public static GetTablesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static PostDataset ( this operations, string collectionName, string workspaceId, Dataset dataset ) : object | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
dataset | Dataset | /// The entity to post /// |
return | object |
public static PostDatasetAsync ( this operations, string collectionName, string workspaceId, Dataset dataset, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
dataset | Dataset | /// The entity to post /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static PostRows ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage ) : object | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
tableName | string | /// The table name /// |
requestMessage | object | /// The request message /// |
return | object |
public static PostRowsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
tableName | string | /// The table name /// |
requestMessage | object | /// The request message /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static PutTable ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage ) : object | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
tableName | string | /// The table name /// |
requestMessage | object | /// The request message /// |
return | object |
public static PutTableAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
tableName | string | /// The table name /// |
requestMessage | object | /// The request message /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static SetAllConnections ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
parameters | object>.IDictionary | /// The body /// |
return | object |
public static SetAllConnectionsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
datasetKey | string | /// The dataset id /// |
parameters | object>.IDictionary | /// The body /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |