NotificationHubJob Class

Definition

Metadata of the NotificationHub Job

[System.Runtime.Serialization.DataContract(Name="NotificationHubJob", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class NotificationHubJob : Microsoft.Azure.NotificationHubs.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="NotificationHubJob", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NotificationHubJob = class
    inherit EntityDescription
Public NotInheritable Class NotificationHubJob
Inherits EntityDescription
Inheritance
NotificationHubJob
Attributes

Constructors

NotificationHubJob()

Properties

CollectionName

Gets the name of the collection.

CreatedAt

Gets the created time.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from EntityDescription)
Failure

Gets the failure.

FailuresFileName

Gets the name of the failures file.

ImportFileUri

Gets or sets the import file URI.

InputProperties

Gets or sets the input properties.

IsReadOnly

Indicate if the instance is read-only mode.

(Inherited from EntityDescription)
JobId

Gets the job identifier.

JobType

Gets or sets the type of the job.

OutputContainerUri

Gets or sets the output container URI.

OutputFileName

Gets the name of the output file.

OutputProperties

Gets the output properties.

Progress

Gets the progress.

Status

Gets the status.

UpdatedAt

Gets the updated time.

Methods

ThrowIfReadOnly()

Throw if the read only bool is set.

(Inherited from EntityDescription)

Applies to