Show / Hide Table of Contents

Class OutputFile

Contains a single output file.

Inheritance
object
OutputFile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class OutputFile : IDirectResponseSchema

Properties

CsvOutputFile

Output only. CSV output file.

Declaration
[JsonProperty("csvOutputFile")]
public virtual CsvOutputFile CsvOutputFile { get; set; }
Property Value
Type Description
CsvOutputFile

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileSizeBytes

Output only. File size in bytes.

Declaration
[JsonProperty("fileSizeBytes")]
public virtual int? FileSizeBytes { get; set; }
Property Value
Type Description
int?

XlsxOutputFile

Output only. XLSX output file.

Declaration
[JsonProperty("xlsxOutputFile")]
public virtual XlsxOutputFile XlsxOutputFile { get; set; }
Property Value
Type Description
XlsxOutputFile

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX