public class File extends Blob
Modifier and Type | Class and Description |
---|---|
static interface |
File.ConstructorContentsArrayUnionType |
static interface |
File.FilePropertiesType |
Blob.ConstructorBlobPartsArrayUnionType
Modifier and Type | Field and Description |
---|---|
double |
lastModified |
JsDate |
lastModifiedDate |
java.lang.String |
name |
java.lang.String |
webkitRelativePath |
Constructor and Description |
---|
File() |
File(File.ConstructorContentsArrayUnionType[] contents) |
File(File.ConstructorContentsArrayUnionType[] contents,
java.lang.String name) |
File(File.ConstructorContentsArrayUnionType[] contents,
java.lang.String name,
File.FilePropertiesType properties) |
public double lastModified
public JsDate lastModifiedDate
public java.lang.String name
public java.lang.String webkitRelativePath
public File()
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name, File.FilePropertiesType properties)
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name)
public File(File.ConstructorContentsArrayUnionType[] contents)