Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata about a Resource in JSON serializable format.

Hierarchy

  • IResourceMetadata

Index

Properties

acceptsRanges?: boolean

If the resource can be partially fetched by defining a byte range.

If this property is not set, support for byte range requests is unknown.

nodefault
mediaType?: string

The media-type of the resource if known.

nodefault
pathRelativeToBaseUrl?: string

The subpath to the resource starting from the base URL of the resource provider. The subpath must not contain any '..' components.

If no such subpath can be created, this property is left unset.

nodefault
size?: number

The size of the resource in bytes if known.

long
nodefault
url: string

The full URL to this resource.

Generated using TypeDoc