AmazonS3CompatibleReadSettings 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.
Amazon S3 Compatible read settings.
public class AmazonS3CompatibleReadSettings : Azure.ResourceManager.DataFactory.Models.StoreReadSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.AmazonS3CompatibleReadSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.AmazonS3CompatibleReadSettings>
public class AmazonS3CompatibleReadSettings : Azure.ResourceManager.DataFactory.Models.StoreReadSettings
type AmazonS3CompatibleReadSettings = class
inherit StoreReadSettings
interface IJsonModel<AmazonS3CompatibleReadSettings>
interface IPersistableModel<AmazonS3CompatibleReadSettings>
type AmazonS3CompatibleReadSettings = class
inherit StoreReadSettings
Public Class AmazonS3CompatibleReadSettings
Inherits StoreReadSettings
Implements IJsonModel(Of AmazonS3CompatibleReadSettings), IPersistableModel(Of AmazonS3CompatibleReadSettings)
Public Class AmazonS3CompatibleReadSettings
Inherits StoreReadSettings
- Inheritance
- Implements
Constructors
AmazonS3CompatibleReadSettings() |
Initializes a new instance of AmazonS3CompatibleReadSettings. |
Properties
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:
|
DeleteFilesAfterCompletion |
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). |
DisableMetricsCollection |
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). (Inherited from StoreReadSettings) |
EnablePartitionDiscovery |
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). |
FileListPath |
Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). |
MaxConcurrentConnections |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from StoreReadSettings) |
ModifiedDatetimeEnd |
The end of file's modified datetime. Type: string (or Expression with resultType string). |
ModifiedDatetimeStart |
The start of file's modified datetime. Type: string (or Expression with resultType string). |
PartitionRootPath |
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). |
Prefix |
The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string). |
Recursive |
If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean). |
WildcardFileName |
Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string). |
WildcardFolderPath |
Amazon S3 Compatible wildcardFolderPath. 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