Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackblazeB2PutObjectOptions

Dictionary of options used when putting an object. Many providers will extend this.

Hierarchy

  • PutObjectOptions
    • BackblazeB2PutObjectOptions

Index

Properties

Properties

Optional length

length: number

When passing a stream as data object, being able to specify the length of the data allows for faster uploads; this argument is ignored if data is not a Stream object

Optional metadata

metadata: any

Key-value pair with metadata for the object, for example Content-Type, or custom tags

Generated using TypeDoc