Show / Hide Table of Contents

Class Configuration

A tenancy or service-level configuration. The service may of the standard MULTI_TENANCY type, or of the HOSTED environment type.

Inheritance
object
Configuration
HostedConfiguration
MultiTenancyConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
[JsonConverter(typeof(ConfigurationModelConverter))]
public class Configuration
In this article
Back to top