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
datastorexsd:string

The name of the datastore that does not support the file's size.
fileSizexsd: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
*May not be present
Show WSDL type definition