Constructs a new SyncdRecord.
Optional
properties: ISyncdRecordProperties to set
Optional
indexSyncdRecord index.
Optional
keySyncdRecord keyId.
Optional
valueSyncdRecord value.
Static
createCreates a new SyncdRecord instance using the specified properties.
Optional
properties: ISyncdRecordProperties to set
SyncdRecord instance
Static
decodeDecodes a SyncdRecord message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
SyncdRecord
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a SyncdRecord message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
SyncdRecord
If the payload is not a reader or valid buffer
If required fields are missing
Static
encodeEncodes the specified SyncdRecord message. Does not implicitly verify messages.
SyncdRecord message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified SyncdRecord message, length delimited. Does not implicitly verify messages.
SyncdRecord message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromCreates a SyncdRecord message from a plain object. Also converts values to their respective internal types.
Plain object
SyncdRecord
Static
toCreates a plain object from a SyncdRecord message. Also converts values to other types if specified.
SyncdRecord
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyGenerated using TypeDoc
Represents a SyncdRecord.