FileShareRecommendations interface  
Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.
Properties
| bandwidth | 
	The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| base | 
	The base bandwidth in the file share provisioned bandwidth recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| base | 
	The base IOPS in the file share provisioned IOPS recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| io | 
	The scalar for IO in the file share provisioned IOPS recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		bandwidthScalar
	 
	The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.
bandwidthScalar?: number
				Property Value
number
		baseBandwidthMiBPerSec
	   
	The base bandwidth in the file share provisioned bandwidth recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.
baseBandwidthMiBPerSec?: number
				Property Value
number
		baseIops
	 
	The base IOPS in the file share provisioned IOPS recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.
baseIops?: number
				Property Value
number
		ioScalar
	 
	The scalar for IO in the file share provisioned IOPS recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.
ioScalar?: number
				Property Value
number