Show / Hide Table of Contents

Class CsvOutputFile

Contains a single output file of type CSV.

Inheritance
object
CsvOutputFile
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX