public sealed class RetrohuntMetadata : IMessage<RetrohuntMetadata>, IEquatable<RetrohuntMetadata>, IDeepCloneable<RetrohuntMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class RetrohuntMetadata.
Operation Metadata for Retrohunts.
Implements
IMessageRetrohuntMetadata, IEquatableRetrohuntMetadata, IDeepCloneableRetrohuntMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
RetrohuntMetadata()
public RetrohuntMetadata()
RetrohuntMetadata(RetrohuntMetadata)
public RetrohuntMetadata(RetrohuntMetadata other)
Parameter | |
---|---|
Name | Description |
other |
RetrohuntMetadata |
Properties
ExecutionInterval
public Interval ExecutionInterval { get; set; }
The start and end time of the retrohunt execution. If the retrohunt is not yet finished, the end time of the interval will not be filled.
Property Value | |
---|---|
Type | Description |
Interval |
ProgressPercentage
public float ProgressPercentage { get; set; }
Percent progress of the retrohunt towards completion, from 0.00 to 100.00.
Property Value | |
---|---|
Type | Description |
float |
Retrohunt
public string Retrohunt { get; set; }
The name of the retrohunt.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}
Property Value | |
---|---|
Type | Description |
string |
RetrohuntAsRuleName
public RuleName RetrohuntAsRuleName { get; set; }
Property Value | |
---|---|
Type | Description |
RuleName |