Share via


HybridDataJobData Class

Definition

A class representing the HybridDataJob data model.

public class HybridDataJobData : Azure.ResourceManager.Models.ResourceData
type HybridDataJobData = class
    inherit ResourceData
Public Class HybridDataJobData
Inherits ResourceData
Inheritance
HybridDataJobData

Constructors

HybridDataJobData(HybridDataJobStatus, DateTimeOffset, JobCancellationSetting)

Initializes a new instance of HybridDataJobData.

Properties

BytesProcessed

Number of bytes processed by the job as of now.

DataSinkName

Name of the data sink on which the job was triggered.

DataSourceName

Name of the data source on which the job was triggered.

Details

Details of a job run. This field will only be sent for expand details filter.

EndOn

Time at which the job ended in UTC ISO 8601 format.

Error

Top level error for the job.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsCancellable

Describes whether the job is cancellable.

ItemsProcessed

Number of items processed by the job as of now.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
StartOn

Time at which the job was started in UTC ISO 8601 format.

Status

Status of the job.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TotalBytesToProcess

Number of bytes to be processed by the job in total.

TotalItemsToProcess

Number of items to be processed by the job in total.

Applies to