Interface AdminStorageInfo
		 
	 
	
		
			
			
			
				Properties
				
					
					get
					get
: (userId
: string, cid
: string) => Promise<AsObject>
						Type declaration
						
							- 
								
									- (userId: string, cid: string): Promise<AsObject>
 
									- 
										Parameters
											- 
												userId: string
- 
												cid: string
 Returns Promise<AsObject>
 
 
				
				
					
					list
					list
: (userIds
?: string[], cids
?: string[]) => Promise<AsObject>
						Type declaration
						
							- 
								
									- (userIds?: string[], cids?: string[]): Promise<AsObject>
 
									- 
										Parameters
											- 
												Optional userIds: string[]
- 
												Optional cids: string[]
 Returns Promise<AsObject>
 
 
				
			
		 
		
	 
 
 
Get the current storage state of a cid.
The user id to query.
The cid to query.
The current storage state of the cid.