DownloadBlockRequest Class

Definition

Contains the data needed to download a data block.

public ref class DownloadBlockRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class DownloadBlockRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type DownloadBlockRequest = class
    inherit OrganizationRequest
Public NotInheritable Class DownloadBlockRequest
Inherits OrganizationRequest
Inheritance
DownloadBlockRequest
Attributes

Remarks

The block can contain binary, attachment, or annotation data.

Constructors

DownloadBlockRequest()

Initializes a new instance of the DownloadBlockRequest class.

Properties

BlockLength

The size of the block in bytes.

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
FileContinuationToken

A token that uniquely identifies a sequence of related data blocks.

Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
Offset

The offset (in bytes) from the beginning of the block to the first byte of data in the block.

Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)

Applies to