DscFileSet Class

Represents a file set in the Distributed Storage Catalog (DSC).

Namespace: Microsoft.Hpc.Dsc
Assembly: Microsoft.Hpc.Dsc (in Microsoft.Hpc.Dsc.dll)

Usage

'Usage
Dim instance As DscFileSet

Syntax

'Declaration
Public NotInheritable Class DscFileSet
public sealed class DscFileSet
public ref class DscFileSet sealed
public final class DscFileSet
public final class DscFileSet

Remarks

A file set is a set of data records that a LINQ to HPC query can process. A record can be a line of text or an object that has a type from the .NET Framework that you previously saved.

The data in a file set is distributed across the compute nodes of an HPC cluster. A file set is divided into DSC files. The records in a DSC file are stored together on the same compute node.

To create a file set, call the CreateFileSet method. To get existing file sets, call the GetFileSet or GetFileSets method.

Platform Note: This class was introduced in Windows HPC Server 2008 R2 with Service Pack 2 (SP2) and is not supported in previous versions.

Inheritance Hierarchy

System.Object
  Microsoft.Hpc.Dsc.DscFileSet

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012

Target Platforms

Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, with HPC Pack Client Utilities

See Also

Reference

DscFileSet Members
Microsoft.Hpc.Dsc Namespace
DscFile
CreateFileSet
GetFileSet
GetFileSets

Build Date:

2013-04-22