Show / Hide Table of Contents

Class ScaleAnalyticsInstanceDetails

Input payload to scale an Analytics instance up or down.

Inheritance
object
ScaleAnalyticsInstanceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AnalyticsService.Models
Assembly: OCI.DotNetSDK.Analytics.dll
Syntax
public class ScaleAnalyticsInstanceDetails

Properties

Capacity

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

Required

In this article
Back to top