@jataware/beaker-client
Preparing search index...
notebook
ISessionAttachment
Interface ISessionAttachment
interface
ISessionAttachment
{
archive_error
?:
string
|
null
;
archive_status
?:
"failed"
|
"extracted"
|
null
;
file_count
:
number
;
files
:
string
[]
;
id
:
string
;
kind
:
"file"
|
"archive"
;
mimetype
:
string
;
name
:
string
;
original_path
?:
string
|
null
;
path
?:
string
|
null
;
root_path
:
string
;
size
:
number
;
[
key
:
string
]:
PartialJSONValue
|
undefined
;
}
Hierarchy
PartialJSONObject
ISessionAttachment
Indexable
[
key
:
string
]:
PartialJSONValue
|
undefined
Index
Properties
archive_
error?
archive_
status?
file_
count
files
id
kind
mimetype
name
original_
path?
path?
root_
path
size
Properties
Optional
archive_
error
archive_error
?:
string
|
null
Optional
archive_
status
archive_status
?:
"failed"
|
"extracted"
|
null
file_
count
file_count
:
number
files
files
:
string
[]
id
id
:
string
kind
kind
:
"file"
|
"archive"
mimetype
mimetype
:
string
name
name
:
string
Optional
original_
path
original_path
?:
string
|
null
Optional
path
path
?:
string
|
null
root_
path
root_path
:
string
size
size
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archive_
error
archive_
status
file_
count
files
id
kind
mimetype
name
original_
path
path
root_
path
size
@jataware/beaker-client
Loading...