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.

nodefault
mediaType?: string

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

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

nodefault
size?: number

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

long
nodefault
url: string

The full URL to this resource.

Generated using TypeDoc