LCStatistic represents the statistic of LeanCloud leaderboard.  
 More...
 | 
| string  | Name [get] | 
|   | The name of this LCStatistic.  
  | 
|   | 
| double  | Value [get] | 
|   | The value of this LCStatistic.  
  | 
|   | 
| int  | Version [get, set] | 
|   | The version of this LCStatistic.  
  | 
|   | 
| LCUser  | User [get] | 
|   | The user of this LCRanking.  
  | 
|   | 
| LCObject  | Object [get] | 
|   | The object of this LCRanking.  
  | 
|   | 
| string  | Entity [get] | 
|   | The entity of this LCRanking.  
  | 
|   | 
LCStatistic represents the statistic of LeanCloud leaderboard. 
 
◆ Entity
  
  
      
        
          | string LeanCloud.Storage.LCStatistic.Entity | 
         
       
   | 
  
get   | 
  
 
The entity of this LCRanking. 
 
 
◆ Name
  
  
      
        
          | string LeanCloud.Storage.LCStatistic.Name | 
         
       
   | 
  
get   | 
  
 
The name of this LCStatistic. 
 
 
◆ Object
  
  
      
        
          | LCObject LeanCloud.Storage.LCStatistic.Object | 
         
       
   | 
  
get   | 
  
 
The object of this LCRanking. 
 
 
◆ User
  
  
      
        
          | LCUser LeanCloud.Storage.LCStatistic.User | 
         
       
   | 
  
get   | 
  
 
The user of this LCRanking. 
 
 
◆ Value
  
  
      
        
          | double LeanCloud.Storage.LCStatistic.Value | 
         
       
   | 
  
get   | 
  
 
The value of this LCStatistic. 
 
 
◆ Version
  
  
      
        
          | int LeanCloud.Storage.LCStatistic.Version | 
         
       
   | 
  
getset   | 
  
 
The version of this LCStatistic. 
 
 
The documentation for this class was generated from the following file: