Class TablesForDiscovery
This contains the schema name along with one or more optional table names.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class TablesForDiscoveryProperties
SchemaName
Declaration
[Required(ErrorMessage = "SchemaName is required.")]
[JsonProperty(PropertyName = "schemaName")]
public string SchemaName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | This contains the name of the schema. | 
Remarks
Required
TableNames
Declaration
[JsonProperty(PropertyName = "tableNames")]
public List<string> TableNames { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | This contains an optional list of the table names. |