Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata about a Resource in JSON serializable format.

Hierarchy

  • IResourceMetadata

Index

Properties

Optional acceptsRanges

acceptsRanges?: boolean

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

nodefault

Optional mediaType

mediaType?: string

The media-type of the resource, or undefined if unknown.

nodefault

Optional pathRelativeToBaseUrl

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, it is set to undefined.

nodefault

Optional size

size?: number

The size of the resource in bytes, or undefined if unknown.

long
nodefault

url

url: string

The full URL to this resource.

Generated using TypeDoc