Class Export
An export. To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class Export : IDirectResponseSchema
Properties
CloudStorageSink
Output only. The sink for export files in Cloud Storage.
Declaration
[JsonProperty("cloudStorageSink")]
public virtual CloudStorageSink CloudStorageSink { get; set; }
Property Value
Type | Description |
---|---|
CloudStorageSink |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time when the export was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportOptions
Additional export options.
Declaration
[JsonProperty("exportOptions")]
public virtual ExportOptions ExportOptions { get; set; }
Property Value
Type | Description |
---|---|
ExportOptions |
Id
Output only. The generated export ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MatterId
Output only. The matter ID.
Declaration
[JsonProperty("matterId")]
public virtual string MatterId { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentExportId
Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
Declaration
[JsonProperty("parentExportId")]
public virtual string ParentExportId { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
The query parameters used to create the export.
Declaration
[JsonProperty("query")]
public virtual Query Query { get; set; }
Property Value
Type | Description |
---|---|
Query |
Requester
Output only. The requester of the export.
Declaration
[JsonProperty("requester")]
public virtual UserInfo Requester { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |
Stats
Output only. Details about the export progress and size.
Declaration
[JsonProperty("stats")]
public virtual ExportStats Stats { get; set; }
Property Value
Type | Description |
---|---|
ExportStats |
Status
Output only. The status of the export.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |