Show / Hide Table of Contents

Class SapOpenHubTableDataset

Sap Business Warehouse Open Hub Destination Table properties.

Inheritance
System.Object
Dataset
SapOpenHubTableDataset
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.SapOpenHubTableDataset/SapOpenHubTableDatasetConverter))]
public class SapOpenHubTableDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

SapOpenHubTableDataset(LinkedServiceReference, Object)

Initializes a new instance of SapOpenHubTableDataset.

Declaration
public SapOpenHubTableDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object openHubDestinationName);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

System.Object openHubDestinationName

The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

linkedServiceName or openHubDestinationName is null.

Properties

BaseRequestId

The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).

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

ExcludeLastRequest

Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).

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

OpenHubDestinationName

The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).

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

Back to top Azure SDK for .NET