lightning/docs/source-app/api_reference/storage.rst

63 lines
1.2 KiB
ReStructuredText

#####################
lightning_app.storage
#####################
Lightning Core
______________
.. contents::
:depth: 1
:local:
:backlinks: top
.. currentmodule:: lightning_app.storage
.. autosummary::
:toctree: generated/
:nosignatures:
:template: classtemplate.rst
~path.Path
~drive.Drive
~payload.Payload
----
************************
Learn more about Storage
************************
.. raw:: html
<div class="display-card-container">
<div class="row">
.. displayitem::
:header: Learn about the differences between Drive vs Path.
:description: Learn about their differences.
:col_css: col-md-4
:button_link: ../glossary/storage/differences.html
:height: 180
:tag: Basic
.. displayitem::
:header: The Drive Object.
:description: Put, List and Get Files From a Shared Drive Disk.
:col_css: col-md-4
:button_link: ../glossary/storage/drive.html
:height: 180
:tag: Basic
.. displayitem::
:header: The Path Object.
:description: Transfer Files From One Component to Another by Reference.
:col_css: col-md-4
:button_link: ../glossary/storage/path.html
:height: 180
:tag: Intermediate
.. raw:: html
</div>
</div>