Interface IPublishFileOptions
Interface for API client file publish options.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishFileOptions
Properties
File
Get the file content stream.
Declaration
Stream File { get; }
Property Value
Type | Description |
---|---|
Stream |
FileName
Gets the name of the file.
Declaration
string FileName { get; }
Property Value
Type | Description |
---|---|
string |
FileType
Gets the type of the file.
Declaration
string FileType { get; }
Property Value
Type | Description |
---|---|
string |