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

파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

공개 메소드들

메소드 설명
GetImportById ( this operations, string collectionName, string workspaceId, string importId ) : Import

Gets the import metadata for the specifed import id

GetImportByIdAsync ( this operations, string collectionName, string workspaceId, string importId, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Gets the import metadata for the specifed import id

GetImports ( this operations, string collectionName, string workspaceId ) : ODataResponseListImport

Returns a list of imports for the specified workspace

GetImportsAsync ( this operations, string collectionName, string workspaceId, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Returns a list of imports for the specified workspace

PostImport ( this operations, string collectionName, string workspaceId, string datasetDisplayName, ImportInfo importInfo, string nameConflict = default(string) ) : Import

Creates a new import using the specified import info

PostImportAsync ( this operations, string collectionName, string workspaceId, string datasetDisplayName, ImportInfo importInfo, string nameConflict = default(string), CancellationToken cancellationToken = default(CancellationToken) ) : Task

Creates a new import using the specified import info

PostImportWithFile ( this operations, string collectionName, string workspaceId, Stream fileStream, string datasetDisplayName = default(string), string nameConflict = default(string) ) : Import

Uploads a PBIX file to the specified workspace

PostImportWithFileAsync ( this operations, string collectionName, string workspaceId, Stream fileStream, string datasetDisplayName = default(string), string nameConflict = default(string), CancellationToken cancellationToken = default(CancellationToken) ) : Task

메소드 상세

GetImportById() 공개 정적인 메소드

Gets the import metadata for the specifed import id
public static GetImportById ( this operations, string collectionName, string workspaceId, string importId ) : Import
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
importId string /// The import id ///
리턴 Microsoft.PowerBI.Api.V1.Models.Import

GetImportByIdAsync() 공개 정적인 메소드

Gets the import metadata for the specifed import id
public static GetImportByIdAsync ( this operations, string collectionName, string workspaceId, string importId, 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 ///
importId string /// The import id ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

GetImports() 공개 정적인 메소드

Returns a list of imports for the specified workspace
public static GetImports ( this operations, string collectionName, string workspaceId ) : ODataResponseListImport
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
리턴 Microsoft.PowerBI.Api.V1.Models.ODataResponseListImport

GetImportsAsync() 공개 정적인 메소드

Returns a list of imports for the specified workspace
public static GetImportsAsync ( 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

PostImport() 공개 정적인 메소드

Creates a new import using the specified import info
public static PostImport ( this operations, string collectionName, string workspaceId, string datasetDisplayName, ImportInfo importInfo, string nameConflict = default(string) ) : Import
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
datasetDisplayName string /// The display name of the dataset ///
importInfo Microsoft.PowerBI.Api.V1.Models.ImportInfo /// The import to post ///
nameConflict string /// Determines what to do if a dataset with the same name already exists ///
리턴 Microsoft.PowerBI.Api.V1.Models.Import

PostImportAsync() 공개 정적인 메소드

Creates a new import using the specified import info
public static PostImportAsync ( this operations, string collectionName, string workspaceId, string datasetDisplayName, ImportInfo importInfo, string nameConflict = default(string), 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 ///
datasetDisplayName string /// The display name of the dataset ///
importInfo Microsoft.PowerBI.Api.V1.Models.ImportInfo /// The import to post ///
nameConflict string /// Determines what to do if a dataset with the same name already exists ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task

PostImportWithFile() 공개 정적인 메소드

Uploads a PBIX file to the specified workspace
public static PostImportWithFile ( this operations, string collectionName, string workspaceId, Stream fileStream, string datasetDisplayName = default(string), string nameConflict = default(string) ) : Import
operations this /// The import operations ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
fileStream System.IO.Stream /// The PBIX file to import ///
datasetDisplayName string /// The dataset display name ///
nameConflict string /// Whether to overwrite dataset during conflicts ///
리턴 Microsoft.PowerBI.Api.V1.Models.Import

PostImportWithFileAsync() 공개 정적인 메소드

public static PostImportWithFileAsync ( this operations, string collectionName, string workspaceId, Stream fileStream, string datasetDisplayName = default(string), string nameConflict = default(string), CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
fileStream System.IO.Stream /// The PBIX file to import ///
datasetDisplayName string /// The dataset display name ///
nameConflict string /// Whether to overwrite dataset during conflicts ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task