Click or drag to resize

LoggingConfiguration Class

Bucket logging configuration
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class LoggingConfiguration : AbstractAccessControlList

The LoggingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodLoggingConfiguration
Initializes a new instance of the LoggingConfiguration class
Top
Properties
  NameDescription
Public propertyAgency
Agent name
Public propertyGrants
User or user group ACL
(Inherited from AbstractAccessControlList.)
Public propertyTargetBucketName
Target bucket for which logs are generated
Public propertyTargetPrefix
Name prefix of to-be-logged objects in the target bucket
Top
Methods
  NameDescription
Public methodAddGrant
Grant permissions to a user or user group (grantee).
(Inherited from AbstractAccessControlList.)
Public methodRemoveGrant(Grantee)
Remove all permissions from a grantee.
(Inherited from AbstractAccessControlList.)
Public methodRemoveGrant(Grantee, PermissionEnum)
Remove permissions from a grantee.
(Inherited from AbstractAccessControlList.)
Top
See Also