[This is preliminary documentation and is subject to change.]
The S3V4FileSystemSessionConnectParams type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| S3V4FileSystemSessionConnectParams | Initializes a new instance of the S3V4FileSystemSessionConnectParams class | |
| S3V4FileSystemSessionConnectParams(IConfigSectionNode) | Initializes a new instance of the S3V4FileSystemSessionConnectParams class | |
| S3V4FileSystemSessionConnectParams(String, String) | Initializes a new instance of the S3V4FileSystemSessionConnectParams class |
Methods
| Name | Description | |
|---|---|---|
| Configure | (Overrides FileSystemSessionConnectParams Configure(IConfigSectionNode).) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| CONFIG_ACCESSKEY_ATTR | ||
| CONFIG_BUCKET_ATTR | ||
| CONFIG_REGION_ATTR | ||
| CONFIG_SECRETKEY_ATTR | ||
| CONFIG_TIMEOUT_MS_ATTR |
Properties
| Name | Description | |
|---|---|---|
| Bucket |
AWS S3 bucket (i.e. bucket01)
| |
| Name | (Inherited from FileSystemSessionConnectParams.) | |
| Region |
AWS S3 bucket region (i.e. us-west-2)
| |
| TimeoutMs |
Request timeout milliseconds
| |
| User | (Inherited from FileSystemSessionConnectParams.) | |
| Version | (Inherited from FileSystemSessionConnectParams.) |
See Also