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.
public class HttpReadSettings : Azure.ResourceManager.DataFactory.Models.StoreReadSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.HttpReadSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.HttpReadSettings>
public class HttpReadSettings : Azure.ResourceManager.DataFactory.Models.StoreReadSettings
type HttpReadSettings = class
inherit StoreReadSettings
interface IJsonModel<HttpReadSettings>
interface IPersistableModel<HttpReadSettings>
type HttpReadSettings = class
inherit StoreReadSettings
Public Class HttpReadSettings
Inherits StoreReadSettings
Implements IJsonModel(Of HttpReadSettings), IPersistableModel(Of HttpReadSettings)
Public Class HttpReadSettings
Inherits StoreReadSettings
- Inheritance
- Implements
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). To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
AdditionalHeaders |
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string). |
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
DisableMetricsCollection |
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). (Inherited from StoreReadSettings) |
MaxConcurrentConnections |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from StoreReadSettings) |
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. Type: string (or Expression with resultType string). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from StoreReadSettings) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET