C# Класс Amazon.S3.S3Permission

A list of all ACL permissions. For more information, refer to .
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FULL_CONTROL S3Permission
READ S3Permission
READ_ACP S3Permission
RESTORE_OBJECT S3Permission
WRITE S3Permission
WRITE_ACP S3Permission

Открытые методы

Метод Описание
FindValue ( string value ) : S3Permission

Finds the constant for the unique value.

S3Permission ( string value ) : System

Construct S3Permission.

S3Permission ( string value, string headerName ) : System

Construct instance of S3Permission. It is not intended for this constructor to be called. Instead users should call the FindValue.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : S3Permission
value string
Результат S3Permission

S3Permission() публичный Метод

Construct S3Permission.
public S3Permission ( string value ) : System
value string
Результат System

S3Permission() публичный Метод

Construct instance of S3Permission. It is not intended for this constructor to be called. Instead users should call the FindValue.
public S3Permission ( string value, string headerName ) : System
value string
headerName string
Результат System

Описание свойств

FULL_CONTROL публичное статическое свойство

Provides READ, WRITE, READ_ACP, and WRITE_ACP permissions. It does not convey additional rights and is provided only for convenience.
public static S3Permission,Amazon.S3 FULL_CONTROL
Результат S3Permission

READ публичное статическое свойство

When applied to a bucket, grants permission to list the bucket. When applied to an object, this grants permission to read the object data and/or metadata.
public static S3Permission,Amazon.S3 READ
Результат S3Permission

READ_ACP публичное статическое свойство

Grants permission to read the ACL for the applicable bucket or object. The owner of a bucket or object always has this permission implicitly.
public static S3Permission,Amazon.S3 READ_ACP
Результат S3Permission

RESTORE_OBJECT публичное статическое свойство

Gives permission to restore an object that is currently stored in Amazon Glacier for archival storage.
public static S3Permission,Amazon.S3 RESTORE_OBJECT
Результат S3Permission

WRITE публичное статическое свойство

When applied to a bucket, grants permission to create, overwrite, and delete any object in the bucket. This permission is not supported for objects.
public static S3Permission,Amazon.S3 WRITE
Результат S3Permission

WRITE_ACP публичное статическое свойство

Gives permission to overwrite the ACP for the applicable bucket or object. The owner of a bucket or object always has this permission implicitly. Granting this permission is equivalent to granting FULL_CONTROL because the grant recipient can make any changes to the ACP.
public static S3Permission,Amazon.S3 WRITE_ACP
Результат S3Permission