BinAsGeoJSON Method

Aerospike
Create bin with a GeoJSON value.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public static Bin AsGeoJSON(
	string name,
	string value
)

Parameters

name
Type: SystemString
bin name, current limit is 14 characters
value
Type: SystemString
bin value

Return Value

Type: Bin
See Also

Reference