dundas.export.ExportResultInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.export.ExportResultInfo
 

Constructors

 
  Name Description
init Initializes the Request. Called during construction.
 
 

Properties

 
  Name Description
accountId Gets or sets the ID of user account that generated the export.
blobId Gets or sets the ID of the blob object in blob storage.
expiryDate Gets or sets the date the export will be removed from blob storage.
exportDate Gets or sets the date the export was created.
fileName Gets or sets the file name of the export
tenantId Gets or sets the ID of a completed export.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.