Show / Hide Table of Contents

Class PhoenixObjectDataset

Phoenix server dataset.

Inheritance
System.Object
Dataset
PhoenixObjectDataset
Inherited Members
Dataset.AdditionalProperties
Dataset.Annotations
Dataset.Description
Dataset.Folder
Dataset.LinkedServiceName
Dataset.Parameters
Dataset.Schema
Dataset.Structure
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PhoenixObjectDataset/PhoenixObjectDatasetConverter))]
public class PhoenixObjectDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

PhoenixObjectDataset(LinkedServiceReference)

Initializes a new instance of PhoenixObjectDataset.

Declaration
public PhoenixObjectDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

Exceptions
System.ArgumentNullException

linkedServiceName is null.

Properties

SchemaTypePropertiesSchema

The schema name of the Phoenix. Type: string (or Expression with resultType string).

Declaration
public object SchemaTypePropertiesSchema { get; set; }
Property Value
System.Object

Table

The table name of the Phoenix. Type: string (or Expression with resultType string).

Declaration
public object Table { get; set; }
Property Value
System.Object

TableName

This property will be retired. Please consider using schema + table properties instead.

Declaration
public object TableName { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET