Class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest
Use this method to start a backfill job for the specified stream object.
Inheritance
ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest
Inherited Members
Namespace: Google.Apis.Datastream.v1
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest : DatastreamBaseServiceRequest<StartBackfillJobResponse>, IClientServiceRequest<StartBackfillJobResponse>, IClientServiceRequest
Constructors
StartBackfillJobRequest(IClientService, StartBackfillJobRequest, string)
Constructs a new StartBackfillJob request.
Declaration
public StartBackfillJobRequest(IClientService service, StartBackfillJobRequest body, string datastreamObject)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
StartBackfillJobRequest | body | |
string | datastreamObject |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Object
Required. The name of the stream object resource to start a backfill job for.
Declaration
[RequestParameter("object", RequestParameterType.Path)]
public virtual string Object { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes StartBackfillJob parameter list.
Declaration
protected override void InitParameters()