Show / Hide Table of Contents

Class InfluxDetailsV2v0

Influx details for V_2_0.

Inheritance
object
InfluxDetails
InfluxDetailsV2v0
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 InfluxDetailsV2v0 : InfluxDetails

Properties

BucketName

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

Bucket Name for influx connection

Remarks

Required

OrganizationName

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

Org name for the influx db

Remarks

Required

In this article
Back to top