Show / Hide Table of Contents

Class AbsoluteTimeStartPolicy

Start policy that defines the exact start time

Inheritance
object
ContinuousQueryStartPolicy
AbsoluteTimeStartPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class AbsoluteTimeStartPolicy : ContinuousQueryStartPolicy

Properties

QueryStartTime

Declaration
[JsonProperty(PropertyName = "queryStartTime")]
public DateTime? QueryStartTime { get; set; }
Property Value
Type Description
DateTime?

Time when the query can start. If not specified it can start immediately

In this article
Back to top