KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiBucketAcl Class

Provides Bucket ACL operations.

Syntax

public class KiiBucketAcl : KiiACL<KiiBucket, BucketAction>

Remarks

To get this instance, KiiBucket.Acl(BucketAction)

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from KiiACL<KiiBucket, BucketAction>.

Public Methods

override
Equals (object) : bool
Determines whether the specified . is equal to the current KiiCorp.Cloud.Storage.KiiACL. (Inherited from KiiACL<T, U>.)
override
GetHashCode () : int
Serves as a hash function for a KiiCorp.Cloud.Storage.KiiACL object. (Inherited from KiiACL<T, U>.)
Subject (KiiSubject) : KiiACLEntry<T, U>
Create a new Entry with specified subject (Inherited from KiiACL<T, U>.)

Member Details