Table of Contents

Class VolumeShadowCopy

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an individual shadow copy.

public class VolumeShadowCopy : GlobalSerializableClassicBase, IComparable<VolumeShadowCopy>
Inheritance
VolumeShadowCopy
Implements

Constructors

VolumeShadowCopy()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VolumeShadowCopy class.

public VolumeShadowCopy()

Properties

CreationDate

Gets or sets the date and time at which the shadow copy was created.

public DateTime CreationDate { get; set; }

Property Value

DateTime

Id

Gets or sets the unique ID for this shadow copy - for example "{E70964F5-C0D7-4059-9BF3-BF086AB295BC}".

public string Id { get; set; }

Property Value

string

Methods

CompareTo(VolumeShadowCopy)

Compares two CENTREL.XIA.Configuration.Types.VolumeShadowCopy objects to allow sorting in order of creation date.

public int CompareTo(VolumeShadowCopy other)

Parameters

other VolumeShadowCopy

The CENTREL.XIA.Configuration.Types.VolumeShadowCopy object to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.VolumeShadowCopy objects.

ToString()

Returns the shadow copy creation date.

public override string ToString()

Returns

string

The shadow copy creation date.