Show / Hide Table of Contents

Class ContentSourceMetaData

Contains the meta data of the content source. This is a read-only field.

Inheritance
object
ContentSourceMetaData
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.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class ContentSourceMetaData : IDirectResponseSchema

Properties

Charset

Output only. The charset of the content source.

Declaration
[JsonProperty("charset")]
public virtual string Charset { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

FieldNames

Output only. The list of column names in the content source.

Declaration
[JsonProperty("fieldNames")]
public virtual IList<string> FieldNames { get; set; }
Property Value
Type Description
IList<string>

RowNumber

Output only. The number of rows in the content source.

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

Separator

Output only. The separator of the content source.

Declaration
[JsonProperty("separator")]
public virtual string Separator { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX