NotificationHubJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET