AerospikeAuthResponse Class

An auth token to perform operations on Aerospike database.

Definition

Namespace: Aerospike.Client.Auth
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public sealed class AerospikeAuthResponse : IMessage<AerospikeAuthResponse>, 
	IMessage, IEquatable<AerospikeAuthResponse>, IDeepCloneable<AerospikeAuthResponse>, 
	IBufferMessage
Inheritance
Object    AerospikeAuthResponse
Implements
IBufferMessage, IDeepCloneableAerospikeAuthResponse, IMessage, IMessageAerospikeAuthResponse, IEquatableAerospikeAuthResponse

Constructors

AerospikeAuthResponseInitializes a new instance of the AerospikeAuthResponse class
AerospikeAuthResponse(AerospikeAuthResponse)Initializes a new instance of the AerospikeAuthResponse class

Properties

Methods

Fields

TokenFieldNumberField number for the "token" field.

See Also