Class StateStoreValue
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public class StateStoreValue : StateStoreObject, IEquatable<StateStoreObject>
- Inheritance
-
StateStoreValue
- Implements
-
- Inherited Members
-
Constructors
StateStoreValue(ArraySegment<byte>)
public StateStoreValue(ArraySegment<byte> value)
Parameters
value ArraySegment<byte>
StateStoreValue(byte[])
public StateStoreValue(byte[] value)
Parameters
value byte[]
StateStoreValue(IEnumerable<byte>)
public StateStoreValue(IEnumerable<byte> value)
Parameters
value IEnumerable<byte>
StateStoreValue(Stream)
public StateStoreValue(Stream value)
Parameters
value Stream
StateStoreValue(Stream, long)
public StateStoreValue(Stream value, long length)
Parameters
value Stream
length long
StateStoreValue(string)
public StateStoreValue(string value)
Parameters
value string
Operators
implicit operator StateStoreValue(string)
public static implicit operator StateStoreValue(string value)
Parameters
value string
Returns
- StateStoreValue