[This is preliminary documentation and is subject to change.]
AWS S3 bucket region (i.e. us-west-2)
Namespace: NFX.IO.FileSystem.S3.V4Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public string Region { get; set; }
[ConfigAttribute]
public string Region { get; set; }
<ConfigAttribute>
Public Property Region As String
Get
Set
<ConfigAttribute>
Public Property Region As String
Get
Set
public:
[ConfigAttribute]
property String^ Region {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute]
property String^ Region {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute>]
member Region : string with get, set
[<ConfigAttribute>]
member Region : string with get, set
Property Value
Type:
String