Пример #1
0
 public static extern void Delete(StorageContext context, byte[] key);
Пример #2
0
 public static extern Iterator Find(StorageContext context, byte[] prefix, FindOptions options = FindOptions.None);
Пример #3
0
 public static extern void Put(StorageContext context, byte[] key, BigInteger value);
Пример #4
0
 public static extern void Delete(StorageContext context, ByteString key);
Пример #5
0
 public static extern void Put(StorageContext context, ByteString key, BigInteger value);
Пример #6
0
 public static extern void Put(StorageContext context, byte[] key, ByteString value);
Пример #7
0
 public static extern ByteString Get(StorageContext context, byte[] key);
Пример #8
0
 public extern StorageMap(StorageContext context, ByteString prefix);
Пример #9
0
 public extern StorageMap(StorageContext context, byte[] prefix);