Class: FileInfo

@nginstack/engine/lib/file-storage/FileInfo~ FileInfo


new FileInfo()

Representação de um arquivo armazenado por meio da classe FileStorage. Ela não deve ser construída manualmente, devendo ser sempre obtida através dos métodos findLinkedFiles(); ou findFileByName();.

Members


attributes :Object

Atributos extras do arquivo.

Type:
  • Object

key :number

Chave do arquivo.

Type:
  • number

main :boolean

Indica se o documento vinculado foi marcado como o principal.

Type:
  • boolean

name :string

Nome do arquivo.

Type:
  • string

size :number

Tamanho do arquivo.

Type:
  • number

url :string

URL do arquivo.

Type:
  • string