Show / Hide Table of Contents

Class CorpusQuery

Service-specific options for holds.

Inheritance
object
CorpusQuery
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 CorpusQuery : IDirectResponseSchema

Properties

CalendarQuery

Service-specific options for Calendar holds. If set, CorpusType must be CALENDAR.

Declaration
[JsonProperty("calendarQuery")]
public virtual HeldCalendarQuery CalendarQuery { get; set; }
Property Value
Type Description
HeldCalendarQuery

DriveQuery

Service-specific options for Drive holds. If set, CorpusType must be DRIVE.

Declaration
[JsonProperty("driveQuery")]
public virtual HeldDriveQuery DriveQuery { get; set; }
Property Value
Type Description
HeldDriveQuery

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroupsQuery

Service-specific options for Groups holds. If set, CorpusType must be GROUPS.

Declaration
[JsonProperty("groupsQuery")]
public virtual HeldGroupsQuery GroupsQuery { get; set; }
Property Value
Type Description
HeldGroupsQuery

HangoutsChatQuery

Service-specific options for Chat holds. If set, CorpusType must be HANGOUTS_CHAT.

Declaration
[JsonProperty("hangoutsChatQuery")]
public virtual HeldHangoutsChatQuery HangoutsChatQuery { get; set; }
Property Value
Type Description
HeldHangoutsChatQuery

MailQuery

Service-specific options for Gmail holds. If set, CorpusType must be MAIL.

Declaration
[JsonProperty("mailQuery")]
public virtual HeldMailQuery MailQuery { get; set; }
Property Value
Type Description
HeldMailQuery

VoiceQuery

Service-specific options for Voice holds. If set, CorpusType must be VOICE.

Declaration
[JsonProperty("voiceQuery")]
public virtual HeldVoiceQuery VoiceQuery { get; set; }
Property Value
Type Description
HeldVoiceQuery

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX