Show / Hide Table of Contents

Class UpdateBdsMetastoreConfigurationDetails

The request body when updating BDS metastore configuration.

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

Properties

BdsApiKeyId

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

The ID of BDS Api Key used for Data Catalog metastore integration. Set only if metastore's type is EXTERNAL.

BdsApiKeyPassphrase

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

Base-64 encoded passphrase of the BDS Api Key.

ClusterAdminPassword

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

Base-64 encoded password for the cluster admin user.

DisplayName

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

The display name of the metastore configuration.

In this article
Back to top