Show / Hide Table of Contents

Class StartBackfillJobResponse

Response for manually initiating a backfill job for a specific stream object.

Inheritance
object
StartBackfillJobResponse
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.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class StartBackfillJobResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Object__

The stream object resource a backfill job was started for.

Declaration
[JsonProperty("object")]
public virtual StreamObject Object__ { get; set; }
Property Value
Type Description
StreamObject

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX