[This is preliminary documentation and is subject to change.]
default filename generator for a collection partitioned by key and time
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<TTime>( Uri prefix, int processId, int threadId, TTime time, int segment ) where TTime : Object, Time<TTime>
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 - time
- Type: TTime
the time of the file part - segment
- Type: SystemInt32
the sequence number of the file part within the time/process/thread
Type Parameters
- TTime
- the type of times
Return Value
Type: Uria filename representing the given part
See Also