Method | Description | |
---|---|---|
GetImportById ( this operations, string collectionName, string workspaceId, string importId ) : |
Gets the import metadata for the specifed import id
|
|
GetImportByIdAsync ( this operations, string collectionName, string workspaceId, string importId, |
Gets the import metadata for the specifed import id
|
|
GetImports ( this operations, string collectionName, string workspaceId ) : |
Returns a list of imports for the specified workspace
|
|
GetImportsAsync ( this operations, string collectionName, string workspaceId, |
Returns a list of imports for the specified workspace
|
|
PostImport ( this operations, string collectionName, string workspaceId, string datasetDisplayName, |
Creates a new import using the specified import info
|
|
PostImportAsync ( this operations, string collectionName, string workspaceId, string datasetDisplayName, |
Creates a new import using the specified import info
|
|
PostImportWithFile ( this operations, string collectionName, string workspaceId, |
Uploads a PBIX file to the specified workspace
|
|
PostImportWithFileAsync ( this operations, string collectionName, string workspaceId, |
public static GetImportById ( this operations, string collectionName, string workspaceId, string importId ) : |
||
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 /// |
return |
public static GetImportByIdAsync ( this operations, string collectionName, string workspaceId, string importId, |
||
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 | /// The cancellation token. /// | |
return | Task |
public static GetImports ( 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 /// |
return |
public static GetImportsAsync ( 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 PostImport ( this operations, string collectionName, string workspaceId, string datasetDisplayName, |
||
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 | /// The import to post /// | |
nameConflict | string | /// Determines what to do if a dataset with the same name already exists /// |
return |
public static PostImportAsync ( this operations, string collectionName, string workspaceId, string datasetDisplayName, |
||
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 | /// The import to post /// | |
nameConflict | string | /// Determines what to do if a dataset with the same name already exists /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static PostImportWithFile ( this operations, string collectionName, string workspaceId, |
||
operations | this | /// The import operations /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
fileStream | /// The PBIX file to import /// | |
datasetDisplayName | string | /// The dataset display name /// |
nameConflict | string | /// Whether to overwrite dataset during conflicts /// |
return |
public static PostImportWithFileAsync ( this operations, string collectionName, string workspaceId, |
||
operations | this | |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
fileStream | /// The PBIX file to import /// | |
datasetDisplayName | string | /// The dataset display name /// |
nameConflict | string | /// Whether to overwrite dataset during conflicts /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |