vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Fault - FileTooLarge(vim.fault.FileTooLarge)
- Extends
 - FileFault
 - Since
 - VI API 2.5
 
Fault Description
This fault is thrown when an operation fails because the file is larger than the maximum file size supported by the datastore.Properties
| Name | Type | Description | 
|---|---|---|
| datastore | xsd:string | 
         The name of the datastore that does not support the file's size.
       | 
| fileSize | xsd:long | 
         The size (in bytes) of the file.
       | 
| maxFileSize* | xsd:long | 
         The max file size (in bytes) supported on the datastore.
       | 
| Properties inherited from FileFault | ||
| file | ||
| Properties inherited from VimFault | ||
| None | ||
| Properties inherited from MethodFault | ||
| faultCause, faultMessage | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |