Show / Hide Table of Contents

Class StopBackfillJobResponse

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

Inheritance
object
StopBackfillJobResponse
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 StopBackfillJobResponse : 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 the backfill job was stopped 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