Class ContentSourceMetaData
Contains the meta data of the content source. This is a read-only field.
Implements
Inherited Members
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 |