C# Class Microsoft.PowerBI.Api.V1.Models.ImportInfo

The import info
Show file Open project: Microsoft/PowerBI-CSharp

Private Properties

Property Type Description

Public Methods

Method Description
ImportInfo ( ) : System

Initializes a new instance of the ImportInfo class.

ImportInfo ( string filePath = default(string), string connectionType = default(string) ) : System

Initializes a new instance of the ImportInfo class.

Method Details

ImportInfo() public method

Initializes a new instance of the ImportInfo class.
public ImportInfo ( ) : System
return System

ImportInfo() public method

Initializes a new instance of the ImportInfo class.
public ImportInfo ( string filePath = default(string), string connectionType = default(string) ) : System
filePath string
connectionType string
return System