Class S3MatchStrategy
Inheritance
System.Object
S3MatchStrategy
Assembly: Downlink.S3.dll
Syntax
public abstract class S3MatchStrategy : object, IMatchStrategy<S3Object>
Constructors
|
Improve this Doc
View Source
S3MatchStrategy(String)
Declaration
protected S3MatchStrategy(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Methods
|
Improve this Doc
View Source
MatchAsync(IEnumerable<S3Object>, VersionSpec)
Declaration
public abstract Task<IFileSource> MatchAsync(IEnumerable<S3Object> items, VersionSpec version)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<Amazon.S3.Model.S3Object> |
items |
|
VersionSpec |
version |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<IFileSource> |
|
Extension Methods