Show / Hide Table of Contents

Class Streamingbuffer

Inheritance
object
Streamingbuffer
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX