IFsrmCollection Interface
Defines a collection of FSRM objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("F76FBF3B-8DDD-4B42-B05A-CB1C3FF1FEE8")]
public interface IFsrmCollection : IEnumerable
[GuidAttribute("F76FBF3B-8DDD-4B42-B05A-CB1C3FF1FEE8")]
public interface class IFsrmCollection : IEnumerable
[<GuidAttribute("F76FBF3B-8DDD-4B42-B05A-CB1C3FF1FEE8")>]
type IFsrmCollection =
interface
interface IEnumerable
end
<GuidAttribute("F76FBF3B-8DDD-4B42-B05A-CB1C3FF1FEE8")>
Public Interface IFsrmCollection
Inherits IEnumerable
Properties
Name | Description | |
---|---|---|
Count | Retrieves the number of items in the collection. |
|
Item[Int32] | Retrieves the requested item from the collection. |
|
State | Retrieves the state of the collection. |
Methods
Name | Description | |
---|---|---|
Cancel() | Cancels the collection of objects when the objects are collected asynchronously. |
|
GetById(Guid) | Retrieves the specified object from the collection. |
|
GetEnumerator() | Retrieves an enumerator that allows iteration through the collection of FSRM objects. |
|
WaitForCompletion(Int32) | Limits the time that an asynchronous collection can take to collect the objects. |
Remarks
The following methods and properties return this collection:
For an example that demonstrates this interface see Classifying Files.
See Also
Return to top