AerospikeAuthRequest Class

An auth request to get an access 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 AerospikeAuthRequest : IMessage<AerospikeAuthRequest>, 
	IMessage, IEquatable<AerospikeAuthRequest>, IDeepCloneable<AerospikeAuthRequest>, 
	IBufferMessage
Inheritance
Object    AerospikeAuthRequest
Implements
IBufferMessage, IDeepCloneableAerospikeAuthRequest, IMessage, IMessageAerospikeAuthRequest, IEquatableAerospikeAuthRequest

Constructors

AerospikeAuthRequestInitializes a new instance of the AerospikeAuthRequest class
AerospikeAuthRequest(AerospikeAuthRequest)Initializes a new instance of the AerospikeAuthRequest class

Properties

Methods

Fields

PasswordFieldNumberField number for the "password" field.
UsernameFieldNumberField number for the "username" field.

See Also