ISPO SDK
ISPO
Preparing search index...
core
BlobsApi
Interface BlobsApi
Markdown
Copy Markdown
interface
BlobsApi
{
put
(
content
:
BlobContent
,
options
?:
BlobsPutOptions
,
)
:
Promise
<
BlobsPutResult
>
;
put
(
args
:
BlobsPutArgs
)
:
Promise
<
BlobsPutResult
>
;
}
Index
Methods
put
Methods
put
put
(
content
:
BlobContent
,
options
?:
BlobsPutOptions
)
:
Promise
<
BlobsPutResult
>
Parameters
content
:
BlobContent
Optional
options
:
BlobsPutOptions
Returns
Promise
<
BlobsPutResult
>
put
(
args
:
BlobsPutArgs
)
:
Promise
<
BlobsPutResult
>
Parameters
args
:
BlobsPutArgs
Returns
Promise
<
BlobsPutResult
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
put
ISPO
ISPO SDK
Loading...