Struct StateSchema
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct StateSchema : IEquatable<StateSchema>
Properties
NumByteSlices
Maximum number of integer values that may be stored in the [global || local] application key/value store. Immutable.
Declaration
[AlgoApiField("nbs")]
public ulong NumByteSlices { get; set; }
Property Value
NumUints
Maximum number of byte slices values that may be stored in the [global || local] application key/value store. Immutable.
Declaration
[AlgoApiField("nui")]
public ulong NumUints { get; set; }
Property Value
Methods
Equals(StateSchema)
Declaration
public bool Equals(StateSchema other)
Parameters
Returns