Class Streamingbuffer
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class Streamingbuffer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EstimatedBytes
Output only. A lower-bound estimate of the number of bytes currently in the streaming buffer.
Declaration
[JsonProperty("estimatedBytes")]
public virtual ulong? EstimatedBytes { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
EstimatedRows
Output only. A lower-bound estimate of the number of rows currently in the streaming buffer.
Declaration
[JsonProperty("estimatedRows")]
public virtual ulong? EstimatedRows { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
OldestEntryTime
Output only. Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.
Declaration
[JsonProperty("oldestEntryTime")]
public virtual ulong? OldestEntryTime { get; set; }
Property Value
Type | Description |
---|---|
ulong? |