[This is preliminary documentation and is subject to change.]
default filename generator for a collection partitioned by key, but concatenated across times
Namespace: Microsoft.Research.Naiad.Frameworks.Storage
Assembly: Microsoft.Research.Naiad.Storage (in Microsoft.Research.Naiad.Storage.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static Uri DefaultPartFormat( Uri prefix, int processId, int threadId, int segment )
Parameters
- prefix
- Type: SystemUri
the directory prefix, not including the trailing slash - processId
- Type: SystemInt32
the process id of the file part - threadId
- Type: SystemInt32
the thread id of the file part - segment
- Type: SystemInt32
the sequence number of the file part within process/thread
Return Value
Type: Uria filename representing the given part
See Also