Show / Hide Table of Contents

Class KeyValueStoreKey

Inheritance
Object
KeyValueStoreKey
Implements
Google.Protobuf.IBufferMessage
Namespace: Libplanet.Store.Remote
Assembly: Libplanet.Store.Remote.dll
Syntax
public sealed class KeyValueStoreKey : Google.Protobuf.IMessage<KeyValueStoreKey>

Constructors

| Improve this Doc View Source

KeyValueStoreKey()

Declaration
public KeyValueStoreKey()
| Improve this Doc View Source

KeyValueStoreKey(KeyValueStoreKey)

Declaration
public KeyValueStoreKey(KeyValueStoreKey other)
Parameters
Type Name Description
KeyValueStoreKey other

Fields

| Improve this Doc View Source

DataFieldNumber

Field number for the "data" field.

Declaration
public const int DataFieldNumber = 1
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

Data

Declaration
public Google.Protobuf.ByteString Data { get; set; }
Property Value
Type Description
Google.Protobuf.ByteString
| Improve this Doc View Source

Descriptor

Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type Description
Google.Protobuf.Reflection.MessageDescriptor
| Improve this Doc View Source

Parser

Declaration
public static Google.Protobuf.MessageParser<KeyValueStoreKey> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<KeyValueStoreKey>

Methods

| Improve this Doc View Source

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
Int32
| Improve this Doc View Source

Clone()

Declaration
public KeyValueStoreKey Clone()
Returns
Type Description
KeyValueStoreKey
| Improve this Doc View Source

Equals(KeyValueStoreKey)

Declaration
public bool Equals(KeyValueStoreKey other)
Parameters
Type Name Description
KeyValueStoreKey other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
| Improve this Doc View Source

MergeFrom(Google.Protobuf.CodedInputStream)

Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type Name Description
Google.Protobuf.CodedInputStream input
| Improve this Doc View Source

MergeFrom(KeyValueStoreKey)

Declaration
public void MergeFrom(KeyValueStoreKey other)
Parameters
Type Name Description
KeyValueStoreKey other
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
| Improve this Doc View Source

WriteTo(Google.Protobuf.CodedOutputStream)

Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type Name Description
Google.Protobuf.CodedOutputStream output

Implements

Google.Protobuf.IBufferMessage

Extension Methods

ProtoMessageExtensions.ToKeyBytes(KeyValueStoreKey)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium