C# 클래스 Microsoft.PowerBI.Api.V1.DatasetsExtensions

Extension methods for Datasets.
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

공개 메소드들

메소드 설명
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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

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, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Updates a schema and metadata for the specified table

SetAllConnections ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary parameters ) : object

Sets all connections for the specified dataset

SetAllConnectionsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary parameters, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Sets all connections for the specified dataset

메소드 상세

DeleteDatasetById() 공개 정적인 메소드

Deletes the dataset with the specified id
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 ///
리턴 object

DeleteDatasetByIdAsync() 공개 정적인 메소드

Deletes the dataset with the specified id
public static DeleteDatasetByIdAsync ( this operations, string collectionName, string workspaceId, string datasetKey, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

DeleteRows() 공개 정적인 메소드

Deletes all rows from the specified table
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 ///
리턴 object

DeleteRowsAsync() 공개 정적인 메소드

Deletes all rows from the specified table
public static DeleteRowsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

GetDatasetById() 공개 정적인 메소드

Gets the dataset metadata for the specifeid dataset id
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 ///
리턴 Dataset

GetDatasetByIdAsync() 공개 정적인 메소드

Gets the dataset metadata for the specifeid dataset id
public static GetDatasetByIdAsync ( this operations, string collectionName, string workspaceId, string datasetKey, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

GetDatasets() 공개 정적인 메소드

Returns the datasets
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 ///
리턴 ODataResponseListDataset

GetDatasetsAsync() 공개 정적인 메소드

Returns the datasets
public static GetDatasetsAsync ( this operations, string collectionName, string workspaceId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

GetDatasources() 공개 정적인 메소드

Gets a list of datasource for the specified dataset
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 ///
리턴 ODataResponseListDatasource

GetDatasourcesAsync() 공개 정적인 메소드

Gets a list of datasource for the specified dataset
public static GetDatasourcesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
datasetKey string ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

GetGatewayDatasources() 공개 정적인 메소드

Gets a list of bound gateway datasources for the specified dataset
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 ///
리턴 ODataResponseListGatewayDatasource

GetGatewayDatasourcesAsync() 공개 정적인 메소드

Gets a list of bound gateway datasources for the specified dataset
public static GetGatewayDatasourcesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

GetTables() 공개 정적인 메소드

Gets all tables within the specified dataset
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 ///
리턴 ODataResponseListTable

GetTablesAsync() 공개 정적인 메소드

Gets all tables within the specified dataset
public static GetTablesAsync ( this operations, string collectionName, string workspaceId, string datasetKey, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

PostDataset() 공개 정적인 메소드

Post a new entity to datasets
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 ///
리턴 object

PostDatasetAsync() 공개 정적인 메소드

Post a new entity to datasets
public static PostDatasetAsync ( this operations, string collectionName, string workspaceId, Dataset dataset, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

PostRows() 공개 정적인 메소드

Posts new data rows into the specified table
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 ///
리턴 object

PostRowsAsync() 공개 정적인 메소드

Posts new data rows into the specified table
public static PostRowsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

PutTable() 공개 정적인 메소드

Updates a schema and metadata for the specified table
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 ///
리턴 object

PutTableAsync() 공개 정적인 메소드

Updates a schema and metadata for the specified table
public static PutTableAsync ( this operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

SetAllConnections() 공개 정적인 메소드

Sets all connections for the specified dataset
public static SetAllConnections ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary parameters ) : 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 ///
parameters object>.IDictionary /// The body ///
리턴 object

SetAllConnectionsAsync() 공개 정적인 메소드

Sets all connections for the specified dataset
public static SetAllConnectionsAsync ( this operations, string collectionName, string workspaceId, string datasetKey, object>.IDictionary parameters, CancellationToken cancellationToken = default(CancellationToken) ) : Task
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 System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task