public class File extends Blob
Modifier and Type | Class and Description |
---|---|
static interface |
File.ConstructorContentsArrayUnionType |
Blob.ConstructorBlobPartsArrayUnionType
Modifier and Type | Field and Description |
---|---|
java.lang.String |
fileName
Deprecated.
|
java.lang.String |
fileSize
Deprecated.
|
double |
lastModified |
JsDate |
lastModifiedDate |
java.lang.String |
name |
Constructor and Description |
---|
File() |
File(<any> contents) |
File(<any> contents,
java.lang.String name) |
File(<any> contents,
java.lang.String name,
FilePropertyBag properties) |
File(File.ConstructorContentsArrayUnionType[] contents) |
File(File.ConstructorContentsArrayUnionType[] contents,
java.lang.String name) |
File(File.ConstructorContentsArrayUnionType[] contents,
java.lang.String name,
FilePropertyBag properties) |
@Deprecated public java.lang.String fileName
@Deprecated public java.lang.String fileSize
public double lastModified
public JsDate lastModifiedDate
public java.lang.String name
public File()
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name, FilePropertyBag properties)
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name)
public File(File.ConstructorContentsArrayUnionType[] contents)
public File(<any> contents, java.lang.String name, FilePropertyBag properties)
public File(<any> contents, java.lang.String name)
public File(<any> contents)