Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationFileService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationResourceManagementService))> _
Public Class TeamFoundationFileService _
Implements ITeamFoundationService, IDisposable
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationResourceManagementService))]
public class TeamFoundationFileService : ITeamFoundationService,
IDisposable
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationResourceManagementService))]
public ref class TeamFoundationFileService : ITeamFoundationService,
IDisposable
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationResourceManagementService))>]
type TeamFoundationFileService =
class
interface ITeamFoundationService
interface IDisposable
end
public class TeamFoundationFileService implements ITeamFoundationService, IDisposable
The TeamFoundationFileService type exposes the following members.
Constructors
Top
Methods
.gif) |
ComputePendingDelta |
|
.gif) |
ComputePendingDeltas |
Computes all pending deltas |
.gif) |
CopyStreamToTempFile |
|
.gif) |
DeleteFile |
Deletes the given file (Marks it as unaccessible). |
.gif) |
DeleteFiles |
|
.gif) |
DeleteNamedFiles |
|
.gif) |
DoCleanup |
Cleans up orphaned blobs out of the file service |
.gif) |
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
.gif) |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) |
FromMimeType |
|
.gif) |
GetFileStatistics |
Retrieves File Statistics about the given file id - used mostly for testing |
.gif) |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
.gif) |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
.gif) |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) |
QueryNamedFiles(TeamFoundationRequestContext, OwnerId) |
|
.gif) |
QueryNamedFiles(TeamFoundationRequestContext, OwnerId, String) |
|
.gif) |
RenameFile |
Rename the given file |
.gif) |
RetrieveFile(TeamFoundationRequestContext, Int32, CompressionType%) |
Retrieves a file from the Blob Store |
.gif) |
RetrieveFile(TeamFoundationRequestContext, Int32, Boolean, array<Byte[]%, Int64%, CompressionType%) |
Retrieves a file from the blob store |
.gif) |
RetrieveNamedFile |
|
.gif) |
ServiceEnd |
ITeamFoundationService.ServiceEnd |
.gif) |
ServiceStart |
ITeamFoundationService.ServiceStart |
.gif) .gif) |
ToMimeType |
|
.gif) |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
.gif) |
TryGetFileId |
Returns the file id of the file with the given name |
.gif) |
UploadFile(TeamFoundationRequestContext, array<Byte[]) |
Uploads the given file to the Blob Store |
.gif) |
UploadFile(TeamFoundationRequestContext, array<Byte[], array<Byte[]) |
Uploads the given file to the Blob Store |
.gif) |
UploadFile(TeamFoundationRequestContext, Stream, OwnerId) |
Uploads the given file to the Blob Store |
.gif) |
UploadFile(TeamFoundationRequestContext, Stream, OwnerId, String) |
Uploads the given file to the Blob Store |
.gif) |
UploadFile(TeamFoundationRequestContext, Stream, array<Byte[], OwnerId) |
Uploads the given file to the Blob Store |
.gif) |
UploadFile(TeamFoundationRequestContext, array<Byte[], array<Byte[], Int64, CompressionType) |
Uploads the given file to the Blob Store |
.gif) |
UploadFile(TeamFoundationRequestContext, Stream, array<Byte[], Int64, CompressionType, OwnerId, String, Int32) |
Uploads the given file to the Blob Store |
.gif) |
UploadFile(TeamFoundationRequestContext, Int32%, array<Byte[], Int64, Int64, CompressionType, Int64, array<Byte[], Int32, OwnerId, String, Int32) |
|
.gif) |
UploadFile(TeamFoundationRequestContext, Int32%, Stream, array<Byte[], Int64, Int64, Int64, CompressionType, OwnerId, String, Int32, Boolean) |
Uploads the given file to the Blob Store |
Top
Explicit Interface Implementations
Top
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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server Namespace