Class CsvOutputFile
Contains a single output file of type CSV.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class CsvOutputFile : IDirectResponseSchema
Properties
ColumnsCount
Output only. Number of columns in the file.
Declaration
[JsonProperty("columnsCount")]
public virtual int? ColumnsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RowCount
Output only. Number of rows in the file.
Declaration
[JsonProperty("rowCount")]
public virtual int? RowCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SignedUri
Output only. Signed URI destination.
Declaration
[JsonProperty("signedUri")]
public virtual SignedUri SignedUri { get; set; }
Property Value
Type | Description |
---|---|
SignedUri |