Represents a {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema databricks_schema}.
using HashiCorp.Cdktf.Providers.Databricks;
new DataDatabricksSchema(Construct Scope, string Id, DataDatabricksSchemaConfig Config);
Name | Type | Description |
---|---|---|
Scope |
Constructs.Construct |
The scope in which to define this construct. |
Id |
string |
The scoped construct ID. |
Config |
DataDatabricksSchemaConfig |
No description. |
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
AddOverride |
No description. |
OverrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
ResetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
ToHclTerraform |
Adds this resource to the terraform JSON output. |
ToMetadata |
No description. |
ToTerraform |
Adds this resource to the terraform JSON output. |
GetAnyMapAttribute |
No description. |
GetBooleanAttribute |
No description. |
GetBooleanMapAttribute |
No description. |
GetListAttribute |
No description. |
GetNumberAttribute |
No description. |
GetNumberListAttribute |
No description. |
GetNumberMapAttribute |
No description. |
GetStringAttribute |
No description. |
GetStringMapAttribute |
No description. |
InterpolationForAttribute |
No description. |
PutSchemaInfo |
No description. |
ResetId |
No description. |
ResetSchemaInfo |
No description. |
private string ToString()
Returns a string representation of this construct.
private void AddOverride(string Path, object Value)
- Type: string
- Type: object
private void OverrideLogicalId(string NewLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
private void ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
private object ToHclTerraform()
Adds this resource to the terraform JSON output.
private object ToMetadata()
private object ToTerraform()
Adds this resource to the terraform JSON output.
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable InterpolationForAttribute(string TerraformAttribute)
- Type: string
private void PutSchemaInfo(DataDatabricksSchemaSchemaInfo Value)
private void ResetId()
private void ResetSchemaInfo()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformDataSource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a DataDatabricksSchema resource upon running "cdktf plan ". |
using HashiCorp.Cdktf.Providers.Databricks;
DataDatabricksSchema.IsConstruct(object X);
Checks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs
library on
disk are seen as independent, completely different libraries. As a
consequence, the class Construct
in each copy of the constructs
library
is seen as a different class, and an instance of one class will not test as
instanceof
the other class. npm install
will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the constructs
library can be accidentally installed, and instanceof
will behave
unpredictably. It is safest to avoid using instanceof
, and using
this type-testing method instead.
- Type: object
Any object.
using HashiCorp.Cdktf.Providers.Databricks;
DataDatabricksSchema.IsTerraformElement(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Databricks;
DataDatabricksSchema.IsTerraformDataSource(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Databricks;
DataDatabricksSchema.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
Generates CDKTF code for importing a DataDatabricksSchema resource upon running "cdktf plan ".
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the DataDatabricksSchema to import.
- Type: string
The id of the existing DataDatabricksSchema that should be imported.
Refer to the {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#import import section} in the documentation of this resource for the id to use
- Type: HashiCorp.Cdktf.TerraformProvider
? Optional instance of the provider where the DataDatabricksSchema to import is found.
Name | Type | Description |
---|---|---|
Node |
Constructs.Node |
The tree node. |
CdktfStack |
HashiCorp.Cdktf.TerraformStack |
No description. |
Fqn |
string |
No description. |
FriendlyUniqueId |
string |
No description. |
TerraformMetaArguments |
System.Collections.Generic.IDictionary<string, object> |
No description. |
TerraformResourceType |
string |
No description. |
TerraformGeneratorMetadata |
HashiCorp.Cdktf.TerraformProviderGeneratorMetadata |
No description. |
Count |
object |
No description. |
DependsOn |
string[] |
No description. |
ForEach |
HashiCorp.Cdktf.ITerraformIterator |
No description. |
Lifecycle |
HashiCorp.Cdktf.TerraformResourceLifecycle |
No description. |
Provider |
HashiCorp.Cdktf.TerraformProvider |
No description. |
SchemaInfo |
DataDatabricksSchemaSchemaInfoOutputReference |
No description. |
IdInput |
string |
No description. |
NameInput |
string |
No description. |
SchemaInfoInput |
DataDatabricksSchemaSchemaInfo |
No description. |
Id |
string |
No description. |
Name |
string |
No description. |
public Node Node { get; }
- Type: Constructs.Node
The tree node.
public TerraformStack CdktfStack { get; }
- Type: HashiCorp.Cdktf.TerraformStack
public string Fqn { get; }
- Type: string
public string FriendlyUniqueId { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
- Type: System.Collections.Generic.IDictionary<string, object>
public string TerraformResourceType { get; }
- Type: string
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
- Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
public object Count { get; }
- Type: object
public string[] DependsOn { get; }
- Type: string[]
public ITerraformIterator ForEach { get; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; }
- Type: HashiCorp.Cdktf.TerraformProvider
public DataDatabricksSchemaSchemaInfoOutputReference SchemaInfo { get; }
public string IdInput { get; }
- Type: string
public string NameInput { get; }
- Type: string
public DataDatabricksSchemaSchemaInfo SchemaInfoInput { get; }
public string Id { get; }
- Type: string
public string Name { get; }
- Type: string
Name | Type | Description |
---|---|---|
TfResourceType |
string |
No description. |
public string TfResourceType { get; }
- Type: string
using HashiCorp.Cdktf.Providers.Databricks;
new DataDatabricksSchemaConfig {
object Connection = null,
object Count = null,
ITerraformDependable[] DependsOn = null,
ITerraformIterator ForEach = null,
TerraformResourceLifecycle Lifecycle = null,
TerraformProvider Provider = null,
object[] Provisioners = null,
string Name,
string Id = null,
DataDatabricksSchemaSchemaInfo SchemaInfo = null
};
Name | Type | Description |
---|---|---|
Connection |
object |
No description. |
Count |
object |
No description. |
DependsOn |
HashiCorp.Cdktf.ITerraformDependable[] |
No description. |
ForEach |
HashiCorp.Cdktf.ITerraformIterator |
No description. |
Lifecycle |
HashiCorp.Cdktf.TerraformResourceLifecycle |
No description. |
Provider |
HashiCorp.Cdktf.TerraformProvider |
No description. |
Provisioners |
object[] |
No description. |
Name |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#name DataDatabricksSchema#name}. |
Id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#id DataDatabricksSchema#id}. |
SchemaInfo |
DataDatabricksSchemaSchemaInfo |
schema_info block. |
public object Connection { get; set; }
- Type: object
public object Count { get; set; }
- Type: object
public ITerraformDependable[] DependsOn { get; set; }
- Type: HashiCorp.Cdktf.ITerraformDependable[]
public ITerraformIterator ForEach { get; set; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; set; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; set; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; set; }
- Type: object[]
public string Name { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#name DataDatabricksSchema#name}.
public string Id { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#id DataDatabricksSchema#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public DataDatabricksSchemaSchemaInfo SchemaInfo { get; set; }
schema_info block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#schema_info DataDatabricksSchema#schema_info}
using HashiCorp.Cdktf.Providers.Databricks;
new DataDatabricksSchemaSchemaInfo {
object BrowseOnly = null,
string CatalogName = null,
string CatalogType = null,
string Comment = null,
double CreatedAt = null,
string CreatedBy = null,
DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag EffectivePredictiveOptimizationFlag = null,
string EnablePredictiveOptimization = null,
string FullName = null,
string MetastoreId = null,
string Name = null,
string Owner = null,
System.Collections.Generic.IDictionary<string, string> Properties = null,
string SchemaId = null,
string StorageLocation = null,
string StorageRoot = null,
double UpdatedAt = null,
string UpdatedBy = null
};
public object BrowseOnly { get; set; }
- Type: object
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#browse_only DataDatabricksSchema#browse_only}.
public string CatalogName { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#catalog_name DataDatabricksSchema#catalog_name}.
public string CatalogType { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#catalog_type DataDatabricksSchema#catalog_type}.
public string Comment { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#comment DataDatabricksSchema#comment}.
public double CreatedAt { get; set; }
- Type: double
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#created_at DataDatabricksSchema#created_at}.
public string CreatedBy { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#created_by DataDatabricksSchema#created_by}.
public DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag EffectivePredictiveOptimizationFlag { get; set; }
effective_predictive_optimization_flag block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#effective_predictive_optimization_flag DataDatabricksSchema#effective_predictive_optimization_flag}
public string EnablePredictiveOptimization { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#enable_predictive_optimization DataDatabricksSchema#enable_predictive_optimization}.
public string FullName { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#full_name DataDatabricksSchema#full_name}.
public string MetastoreId { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#metastore_id DataDatabricksSchema#metastore_id}.
public string Name { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#name DataDatabricksSchema#name}.
public string Owner { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#owner DataDatabricksSchema#owner}.
public System.Collections.Generic.IDictionary<string, string> Properties { get; set; }
- Type: System.Collections.Generic.IDictionary<string, string>
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#properties DataDatabricksSchema#properties}.
public string SchemaId { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#schema_id DataDatabricksSchema#schema_id}.
public string StorageLocation { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#storage_location DataDatabricksSchema#storage_location}.
public string StorageRoot { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#storage_root DataDatabricksSchema#storage_root}.
public double UpdatedAt { get; set; }
- Type: double
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#updated_at DataDatabricksSchema#updated_at}.
public string UpdatedBy { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#updated_by DataDatabricksSchema#updated_by}.
using HashiCorp.Cdktf.Providers.Databricks;
new DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag {
string Value,
string InheritedFromName = null,
string InheritedFromType = null
};
Name | Type | Description |
---|---|---|
Value |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#value DataDatabricksSchema#value}. |
InheritedFromName |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#inherited_from_name DataDatabricksSchema#inherited_from_name}. |
InheritedFromType |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#inherited_from_type DataDatabricksSchema#inherited_from_type}. |
public string Value { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#value DataDatabricksSchema#value}.
public string InheritedFromName { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#inherited_from_name DataDatabricksSchema#inherited_from_name}.
public string InheritedFromType { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/databricks/databricks/1.63.0/docs/data-sources/schema#inherited_from_type DataDatabricksSchema#inherited_from_type}.
using HashiCorp.Cdktf.Providers.Databricks;
new DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlagOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name | Type | Description |
---|---|---|
TerraformResource |
HashiCorp.Cdktf.IInterpolatingParent |
The parent resource. |
TerraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: HashiCorp.Cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
ComputeFqn |
No description. |
GetAnyMapAttribute |
No description. |
GetBooleanAttribute |
No description. |
GetBooleanMapAttribute |
No description. |
GetListAttribute |
No description. |
GetNumberAttribute |
No description. |
GetNumberListAttribute |
No description. |
GetNumberMapAttribute |
No description. |
GetStringAttribute |
No description. |
GetStringMapAttribute |
No description. |
InterpolationForAttribute |
No description. |
Resolve |
Produce the Token's value at resolution time. |
ToString |
Return a string representation of this resolvable object. |
ResetInheritedFromName |
No description. |
ResetInheritedFromType |
No description. |
private string ComputeFqn()
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable InterpolationForAttribute(string Property)
- Type: string
private object Resolve(IResolveContext Context)
Produce the Token's value at resolution time.
- Type: HashiCorp.Cdktf.IResolveContext
private string ToString()
Return a string representation of this resolvable object.
Returns a reversible string representation.
private void ResetInheritedFromName()
private void ResetInheritedFromType()
Name | Type | Description |
---|---|---|
CreationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
Fqn |
string |
No description. |
InheritedFromNameInput |
string |
No description. |
InheritedFromTypeInput |
string |
No description. |
ValueInput |
string |
No description. |
InheritedFromName |
string |
No description. |
InheritedFromType |
string |
No description. |
Value |
string |
No description. |
InternalValue |
DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag |
No description. |
public string[] CreationStack { get; }
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public string Fqn { get; }
- Type: string
public string InheritedFromNameInput { get; }
- Type: string
public string InheritedFromTypeInput { get; }
- Type: string
public string ValueInput { get; }
- Type: string
public string InheritedFromName { get; }
- Type: string
public string InheritedFromType { get; }
- Type: string
public string Value { get; }
- Type: string
public DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag InternalValue { get; }
using HashiCorp.Cdktf.Providers.Databricks;
new DataDatabricksSchemaSchemaInfoOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name | Type | Description |
---|---|---|
TerraformResource |
HashiCorp.Cdktf.IInterpolatingParent |
The parent resource. |
TerraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: HashiCorp.Cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
ComputeFqn |
No description. |
GetAnyMapAttribute |
No description. |
GetBooleanAttribute |
No description. |
GetBooleanMapAttribute |
No description. |
GetListAttribute |
No description. |
GetNumberAttribute |
No description. |
GetNumberListAttribute |
No description. |
GetNumberMapAttribute |
No description. |
GetStringAttribute |
No description. |
GetStringMapAttribute |
No description. |
InterpolationForAttribute |
No description. |
Resolve |
Produce the Token's value at resolution time. |
ToString |
Return a string representation of this resolvable object. |
PutEffectivePredictiveOptimizationFlag |
No description. |
ResetBrowseOnly |
No description. |
ResetCatalogName |
No description. |
ResetCatalogType |
No description. |
ResetComment |
No description. |
ResetCreatedAt |
No description. |
ResetCreatedBy |
No description. |
ResetEffectivePredictiveOptimizationFlag |
No description. |
ResetEnablePredictiveOptimization |
No description. |
ResetFullName |
No description. |
ResetMetastoreId |
No description. |
ResetName |
No description. |
ResetOwner |
No description. |
ResetProperties |
No description. |
ResetSchemaId |
No description. |
ResetStorageLocation |
No description. |
ResetStorageRoot |
No description. |
ResetUpdatedAt |
No description. |
ResetUpdatedBy |
No description. |
private string ComputeFqn()
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable InterpolationForAttribute(string Property)
- Type: string
private object Resolve(IResolveContext Context)
Produce the Token's value at resolution time.
- Type: HashiCorp.Cdktf.IResolveContext
private string ToString()
Return a string representation of this resolvable object.
Returns a reversible string representation.
private void PutEffectivePredictiveOptimizationFlag(DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag Value)
private void ResetBrowseOnly()
private void ResetCatalogName()
private void ResetCatalogType()
private void ResetComment()
private void ResetCreatedAt()
private void ResetCreatedBy()
private void ResetEffectivePredictiveOptimizationFlag()
private void ResetEnablePredictiveOptimization()
private void ResetFullName()
private void ResetMetastoreId()
private void ResetName()
private void ResetOwner()
private void ResetProperties()
private void ResetSchemaId()
private void ResetStorageLocation()
private void ResetStorageRoot()
private void ResetUpdatedAt()
private void ResetUpdatedBy()
Name | Type | Description |
---|---|---|
CreationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
Fqn |
string |
No description. |
EffectivePredictiveOptimizationFlag |
DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlagOutputReference |
No description. |
BrowseOnlyInput |
object |
No description. |
CatalogNameInput |
string |
No description. |
CatalogTypeInput |
string |
No description. |
CommentInput |
string |
No description. |
CreatedAtInput |
double |
No description. |
CreatedByInput |
string |
No description. |
EffectivePredictiveOptimizationFlagInput |
DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag |
No description. |
EnablePredictiveOptimizationInput |
string |
No description. |
FullNameInput |
string |
No description. |
MetastoreIdInput |
string |
No description. |
NameInput |
string |
No description. |
OwnerInput |
string |
No description. |
PropertiesInput |
System.Collections.Generic.IDictionary<string, string> |
No description. |
SchemaIdInput |
string |
No description. |
StorageLocationInput |
string |
No description. |
StorageRootInput |
string |
No description. |
UpdatedAtInput |
double |
No description. |
UpdatedByInput |
string |
No description. |
BrowseOnly |
object |
No description. |
CatalogName |
string |
No description. |
CatalogType |
string |
No description. |
Comment |
string |
No description. |
CreatedAt |
double |
No description. |
CreatedBy |
string |
No description. |
EnablePredictiveOptimization |
string |
No description. |
FullName |
string |
No description. |
MetastoreId |
string |
No description. |
Name |
string |
No description. |
Owner |
string |
No description. |
Properties |
System.Collections.Generic.IDictionary<string, string> |
No description. |
SchemaId |
string |
No description. |
StorageLocation |
string |
No description. |
StorageRoot |
string |
No description. |
UpdatedAt |
double |
No description. |
UpdatedBy |
string |
No description. |
InternalValue |
DataDatabricksSchemaSchemaInfo |
No description. |
public string[] CreationStack { get; }
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public string Fqn { get; }
- Type: string
public DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlagOutputReference EffectivePredictiveOptimizationFlag { get; }
public object BrowseOnlyInput { get; }
- Type: object
public string CatalogNameInput { get; }
- Type: string
public string CatalogTypeInput { get; }
- Type: string
public string CommentInput { get; }
- Type: string
public double CreatedAtInput { get; }
- Type: double
public string CreatedByInput { get; }
- Type: string
public DataDatabricksSchemaSchemaInfoEffectivePredictiveOptimizationFlag EffectivePredictiveOptimizationFlagInput { get; }
public string EnablePredictiveOptimizationInput { get; }
- Type: string
public string FullNameInput { get; }
- Type: string
public string MetastoreIdInput { get; }
- Type: string
public string NameInput { get; }
- Type: string
public string OwnerInput { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, string> PropertiesInput { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public string SchemaIdInput { get; }
- Type: string
public string StorageLocationInput { get; }
- Type: string
public string StorageRootInput { get; }
- Type: string
public double UpdatedAtInput { get; }
- Type: double
public string UpdatedByInput { get; }
- Type: string
public object BrowseOnly { get; }
- Type: object
public string CatalogName { get; }
- Type: string
public string CatalogType { get; }
- Type: string
public string Comment { get; }
- Type: string
public double CreatedAt { get; }
- Type: double
public string CreatedBy { get; }
- Type: string
public string EnablePredictiveOptimization { get; }
- Type: string
public string FullName { get; }
- Type: string
public string MetastoreId { get; }
- Type: string
public string Name { get; }
- Type: string
public string Owner { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, string> Properties { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public string SchemaId { get; }
- Type: string
public string StorageLocation { get; }
- Type: string
public string StorageRoot { get; }
- Type: string
public double UpdatedAt { get; }
- Type: double
public string UpdatedBy { get; }
- Type: string
public DataDatabricksSchemaSchemaInfo InternalValue { get; }