Privilege MembersAerospike

The Privilege type exposes the following members.
Constructors

  NameDescription
Public methodPrivilege
Initializes a new instance of the Privilege class
Back to Top
Methods

  NameDescription
Public methodCanScope
Can privilege be scoped with namespace and set.
Public methodClone
Return privilege shallow clone.
Public methodEquals
Return if privileges are equal.
(Overrides Object Equals(Object).)
Public methodGetHashCode
Return privilege hashcode.
(Overrides Object GetHashCode .)
Public methodPrivilegeCodeToString
Convert privilege code to string.
Public methodToString
Convert privilege to string.
(Overrides Object ToString .)
Back to Top
Fields

  NameDescription
Public fieldcode
Privilege code.
Public fieldns
Namespace scope. Apply permission to this namespace only. If namespace is null, the privilege applies to all namespaces.
Public fieldsetName
Set name scope. Apply permission to this set within namespace only. If set is null, the privilege applies to all sets within namespace.
Back to Top
Properties

  NameDescription
Public propertyCode
Privilege code property.
Public propertyCodeString
Privilege code property.
Public propertyNamespace
Namespace property.
Public propertySetName
SetName property.
Back to Top
See Also