ANamespaceAccess..::..Get Method
Will retrieve a record based on the primaryKey.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
Parameters
- setName
- Type: String
The name of the Aerospike set
- primaryKey
- Type: Object
Primary AerospikeKey. This can be a Key, Value, or Bin object besides a native, collection, etc. value/object.
- bins
- Type: array<String>[]()[][]
The bins that will be returned
Return Value
The ARecord or nullSee Also
[Put{T}(string, dynamic, string, IEnumerable{T}, WritePolicy, TimeSpan?)]
[Put{T}(string, dynamic, string, IList{T}, WritePolicy, TimeSpan?)]
[Put{V}(string, dynamic, IDictionary{string, V}, WritePolicy, TimeSpan?)]
[WriteObject{T}(string, dynamic, T, Func{string, string, object, bool, object}, string, WritePolicy, TimeSpan?)]