Struct StateSchema
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    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
  
    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
  
    public ulong NumUints { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(StateSchema)
  
  
  Declaration
  
    public bool Equals(StateSchema other)
   
  Parameters
  
  Returns