Spectra Rio Broker .NET Software Development Kit  1.0.0
Provides access to the Spectra Rio Broker API through .NET.
SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject Class Reference

More...

Inheritance diagram for SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject:
SpectraLogic.SpectraRioBrokerClient.Model.IBrokerObject

Public Member Functions

 BrokerObject (string broker, Checksum checksum, string creationDate, IDictionary< string, string > metadata, string name, IList< string > relationships, long size)
 Initializes a new instance of the BrokerObject class. More...
 

Properties

string Broker [get]
 Gets the broker. More...
 
Checksum Checksum [get]
 Gets the checksum. More...
 
string CreationDate [get]
 Gets the creation date. More...
 
IDictionary< string, string > Metadata [get]
 Gets the metadata. More...
 
string Name [get]
 Gets the name. More...
 
IList< string > Relationships [get]
 Gets the relationships. More...
 
long Size [get]
 Gets the size. More...
 
- Properties inherited from SpectraLogic.SpectraRioBrokerClient.Model.IBrokerObject
string Broker [get]
 Gets the broker. More...
 
Checksum Checksum [get]
 Gets the checksum. More...
 
string CreationDate [get]
 Gets the creation date. More...
 
IDictionary< string, string > Metadata [get]
 Gets the metadata. More...
 
string Name [get]
 Gets the name. More...
 
IList< string > Relationships [get]
 Gets the relationships. More...
 
long Size [get]
 Gets the size. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ BrokerObject()

SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.BrokerObject ( string  broker,
Checksum  checksum,
string  creationDate,
IDictionary< string, string >  metadata,
string  name,
IList< string >  relationships,
long  size 
)
inline

Initializes a new instance of the BrokerObject class.

Parameters
brokerThe broker.
checksumThe checksum.
creationDateThe creation date.
metadataThe metadata.
nameThe name.
relationshipsThe relationships.
sizeThe size.

Property Documentation

◆ Broker

string SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.Broker
get

Gets the broker.

The broker.

◆ Checksum

Checksum SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.Checksum
get

Gets the checksum.

The checksum.

◆ CreationDate

string SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.CreationDate
get

Gets the creation date.

The creation date.

◆ Metadata

IDictionary<string, string> SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.Metadata
get

Gets the metadata.

The metadata.

◆ Name

string SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.Name
get

Gets the name.

The name.

◆ Relationships

IList<string> SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.Relationships
get

Gets the relationships.

The relationships.

◆ Size

long SpectraLogic.SpectraRioBrokerClient.Model.BrokerObject.Size
get

Gets the size.

The size.