Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ARecord..::..Import Method

Created an ARecord from a JSON string based on JsonExportStructure or generated from Export(Boolean, JsonSerializerSettings)

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

Syntax


public static ARecord Import(
	string jsonString,
	bool ignoreTTL,
	bool ignoreGeneration,
	JsonSerializerSettings jsonSettings
)

Parameters

jsonString
Type: String
A valid JSON string based on JsonExportStructure
ignoreTTL
Type: Boolean
If true, the TimeToLive field is ignored when creating a record
ignoreGeneration
Type: Boolean
if true, the Generation is ignored when creating a record
jsonSettings
Type: JsonSerializerSettings
JSON settings for serialization. If not provided, All()()()() and Ignore()()()() are defined.

Return Value

An ARecord instance