Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ARecord..::..Export Method

Generates a JSON string based on JsonExportStructure.

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

Syntax


public string Export(
	bool indented,
	JsonSerializerSettings jsonSettings
)

Parameters

indented
Type: Boolean
If true, JSON string is formatted for readability
jsonSettings
Type: JsonSerializerSettings
JSON settings for serialization. If not provided, All()()()(), DateTimeOffset()()()(), and Ignore()()()() are defined.

Return Value

A JSON string