Show / Hide Table of Contents

Class InfluxDetailsV1v8

Influx details for V_1_8.

Inheritance
object
InfluxDetails
InfluxDetailsV1v8
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AianomalydetectionService.Models
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class InfluxDetailsV1v8 : InfluxDetails

Properties

DatabaseName

Declaration
[Required(ErrorMessage = "DatabaseName is required.")]
[JsonProperty(PropertyName = "databaseName")]
public string DatabaseName { get; set; }
Property Value
Type Description
string

DB Name for influx connection

Remarks

Required

RetentionPolicyName

Declaration
[JsonProperty(PropertyName = "retentionPolicyName")]
public string RetentionPolicyName { get; set; }
Property Value
Type Description
string

retention policy is how long the bucket would last

In this article
Back to top