IExadbVMClusterProperties.IormConfigCacheObjective Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current value for the IORM objective. The default is AUTO.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LowLatency", "HighThroughput", "Balanced", "Auto", "Basic" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The current value for the IORM objective. The default is AUTO.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="objective", Update=false)]
public string IormConfigCacheObjective { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "LowLatency", "HighThroughput", "Balanced", "Auto", "Basic" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The current value for the IORM objective. The default is AUTO.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="objective", Update=false)>]
member this.IormConfigCacheObjective : string
Public ReadOnly Property IormConfigCacheObjective As String
Property Value
- Attributes