Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ANamespaceAccess..::..Export Method

Exports all the records in this namespace to a JSON file.

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

Syntax


public int Export(
	string exportJSONFile,
	Exp filterExpression,
	bool indented
)

Parameters

exportJSONFile
Type: String
The JSON file where the JSON will be written. If this is an existing directory, the file name will be generated where the name is this namespace name with the JSON extension. If the file exists it will be overwritten or created.
filterExpression
Type: Exp
A filter expression that will be applied that will determine the result set.
indented
Type: Boolean
If true the JSON string is formatted for readability

Return Value

Number of records written

Remarks


This just exports the Aerospike NullSet