📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

ti fs describe-file-system-extract-configuration



Shows the image, audio, or video extraction configuration for a Filesystem. This configuration is optional and does not affect normal Filesystem operations when it is not customized. This command requires TiDB Cloud API credentials and does not use a Filesystem token.

Syntax

ti fs describe-file-system-extract-configuration --file-system-id <string> --media-type <string> [--help] [--version]

Options

  • --file-system-id <string>: Set the immutable Filesystem ID. [required]
  • --media-type <string>: Select image, audio, or video. [required]
  • --help: Display help information.
  • --version: Display version information.

For options shared by all commands, see Global options.

Examples

  • Inspect image extraction:

    # Show whether image extraction uses a custom, default, or absent provider configuration. ti fs describe-file-system-extract-configuration \ --file-system-id <file-system-id> \ --media-type image
  • Print only the effective provider source:

    # Return custom, default, or none for use in a script. ti fs describe-file-system-extract-configuration \ --file-system-id <file-system-id> \ --media-type audio \ --query source \ --output text

Was this page helpful?