Specifies the name of the bucket into which content should be stored in the S3 device.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property S3BucketName As String |
| C# |
|---|
string S3BucketName { get; set; } |
| Visual C++ |
|---|
property String^ S3BucketName { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_s3BucketName(); function set_s3BucketName(value); |