Class TBundleRequest

Unit

Declaration

type TBundleRequest = class(TBackboneElement)

Description

A container for a collection of resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property method : string read Getmethod write Setmethod;
Public property methodElement : THTTPVerb read GetmethodElement write SetmethodElement;
Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;
Public property ifNoneMatch : string read GetifNoneMatch write SetifNoneMatch;
Public property ifNoneMatchElement : Tstring read GetifNoneMatchElement write SetifNoneMatchElement;
Public property ifModifiedSince : string read GetifModifiedSince write SetifModifiedSince;
Public property ifModifiedSinceElement : Tinstant read GetifModifiedSinceElement write SetifModifiedSinceElement;
Public property ifMatch : string read GetifMatch write SetifMatch;
Public property ifMatchElement : Tstring read GetifMatchElement write SetifMatchElement;
Public property ifNoneExist : string read GetifNoneExist write SetifNoneExist;
Public property ifNoneExistElement : Tstring read GetifNoneExistElement write SetifNoneExistElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property method : string read Getmethod write Setmethod;

In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.

Public property methodElement : THTTPVerb read GetmethodElement write SetmethodElement;
 
Public property url : string read Geturl write Seturl;

The URL for this entry, relative to the root (the address to which the request is posted).

Public property urlElement : Turi read GeturlElement write SeturlElement;
 
Public property ifNoneMatch : string read GetifNoneMatch write SetifNoneMatch;

If the ETag values match, return a 304 Not Modified status. See the API documentation for ["Conditional Read"](http.html#cread).

Public property ifNoneMatchElement : Tstring read GetifNoneMatchElement write SetifNoneMatchElement;
 
Public property ifModifiedSince : string read GetifModifiedSince write SetifModifiedSince;

Only perform the operation if the last updated date matches. See the API documentation for ["Conditional Read"](http.html#cread).

Public property ifModifiedSinceElement : Tinstant read GetifModifiedSinceElement write SetifModifiedSinceElement;
 
Public property ifMatch : string read GetifMatch write SetifMatch;

Only perform the operation if the Etag value matches. For more information, see the API section ["Managing Resource Contention"](http.html#concurrency).

Public property ifMatchElement : Tstring read GetifMatchElement write SetifMatchElement;
 
Public property ifNoneExist : string read GetifNoneExist write SetifNoneExist;

Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for ["Conditional Create"](http.html#ccreate). This is just the query portion of the URL - what follows the "?" (not including the "?").

Public property ifNoneExistElement : Tstring read GetifNoneExistElement write SetifNoneExistElement;
 

Generated by PasDoc 0.15.0.