HttpReadSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Http read settings.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HttpReadSettings+HttpReadSettingsConverter))]
public class HttpReadSettings : Azure.Analytics.Synapse.Artifacts.Models.StoreReadSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HttpReadSettings+HttpReadSettingsConverter))>]
type HttpReadSettings = class
inherit StoreReadSettings
Public Class HttpReadSettings
Inherits StoreReadSettings
- Inheritance
- Attributes
Constructors
HttpReadSettings() |
Initializes a new instance of HttpReadSettings. |
Properties
AdditionalColumns |
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). |
AdditionalHeaders |
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string). |
AdditionalProperties |
Additional Properties. (Inherited from StoreReadSettings) |
EnablePartitionDiscovery |
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). |
MaxConcurrentConnections |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from StoreReadSettings) |
PartitionRootPath |
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). |
RequestBody |
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string). |
RequestMethod |
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string). |
RequestTimeout |
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. |
Applies to
Azure SDK for .NET