Class OutputFile
Contains a single output file.
Implements
Inherited Members
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? |