Class ExportStats
Progress information for an export.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class ExportStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportedArtifactCount
The number of messages or files already processed for export.
Declaration
[JsonProperty("exportedArtifactCount")]
public virtual long? ExportedArtifactCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
SizeInBytes
The size of export in bytes.
Declaration
[JsonProperty("sizeInBytes")]
public virtual long? SizeInBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalArtifactCount
The number of messages or files to be exported.
Declaration
[JsonProperty("totalArtifactCount")]
public virtual long? TotalArtifactCount { get; set; }
Property Value
Type | Description |
---|---|
long? |