Export |
The ExportResultInfoData type exposes the following members.
| Name | Description | |
|---|---|---|
| ExportResultInfoData | Initializes a new instance of the ExportResultInfoData class. |
| Name | Description | |
|---|---|---|
| AccountId | Gets the ID of the user that created the export. | |
| BlobId | Gets the ID of the blob in the blob storage. | |
| Description |
Gets or sets the object description.
(Inherited from DescriptorBaseData) | |
| Exception | Gets the exception generated during the export if one was encountered. | |
| ExpiryDate | Gets the date the export file will be removed from the blob storage. | |
| ExportDate | Gets the UTC DateTime the export was created. | |
| ExportDurationMs | Gets the total duration of the export operation in milliseconds. | |
| FileName | Gets the name of the export file. | |
| Id |
Gets the object ID.
(Inherited from DescriptorBaseData) | |
| Name |
Gets or sets the object name.
(Inherited from DescriptorBaseData) | |
| RequestedById | Gets the account ID of the user that requested the export. | |
| RequestedByMemberInfo | Gets the requester member information resolved from RequestedById. | |
| RequestId | Gets the ID of the request that created the export. | |
| Status | Gets the final status of the export. | |
| TenantId | Gets the tenant ID the user is from. | |
| UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract) | |
| ViewName | Gets the name of the view or entity that was exported, before any file-name override was applied. |
| Name | Description | |
|---|---|---|
| ToDataContractMappings | The mapping between ExportResultInfo and ExportResultInfoData. |