MailboxExportJob class
The details of a mailbox export job, including the user or resource ID associated with the mailbox and the S3 bucket that the mailbox contents are exported to.
Constructors
- MailboxExportJob({String? description, DateTime? endTime, String? entityId, int? estimatedProgress, String? jobId, String? s3BucketName, String? s3Path, DateTime? startTime, MailboxExportJobState? state})
-
MailboxExportJob.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The mailbox export job description.
final
- endTime → DateTime?
-
The mailbox export job end timestamp.
final
- entityId → String?
-
The identifier of the user or resource associated with the mailbox.
final
- estimatedProgress → int?
-
The estimated progress of the mailbox export job, in percentage points.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobId → String?
-
The identifier of the mailbox export job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3BucketName → String?
-
The name of the S3 bucket.
final
- s3Path → String?
-
The path to the S3 bucket and file that the mailbox export job exports to.
final
- startTime → DateTime?
-
The mailbox export job start timestamp.
final
- state → MailboxExportJobState?
-
The state of the mailbox export job.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited