ANamespaceAccess..::..Export Method
Exports all the records in this namespace to a JSON file.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
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