LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

JobMetadata Property (Metadata)






Gets or sets the job's metadata.
Syntax
public string JobMetadata {get; set;}
'Declaration
 
Public Property JobMetadata As String
'Usage
 
Dim instance As Metadata
Dim value As String
 
instance.JobMetadata = value
 
value = instance.JobMetadata
public string JobMetadata {get; set;}
 get_JobMetadata();
set_JobMetadata(value);
public:
property String^ JobMetadata {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the job's metadata.
Remarks
The job metadata is used to store any information related to how the job should be processed. For example, if this cloud is used to convert image files from one format to another you may use the job metadata to store the desired target format (JPEG, TIFF, etc) and other conversion related information.

For more information, refer to Understanding The LEADTOOLS Cloud Database.

Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Metadata Class
Metadata Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.