Show / Hide Table of Contents

Class ExportStats

Progress information for an export.

Inheritance
object
ExportStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX