Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ANamespaceAccess..::..GetRecords Method (String, String, array<String>[]()[][])

Gets all records in a namespace and/or set

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public ARecord[] GetRecords(
	string nsName,
	string setName,
	params string[] bins
)

Parameters

nsName
Type: String
namespace
setName
Type: String
Set name or null for the null set
bins
Type: array<String>[]()[][]
bins you wish to get. If not provided all bins for a record

Return Value

An array of records in the set