ARecord..::..Import Method
Created an ARecord from a JSON string based on JsonExportStructure or generated from Export(Boolean, JsonSerializerSettings)
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
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.