Target Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The target of the event.
public class Target
type Target = class
Public Class Target
- Inheritance
-
Target
Constructors
Target() |
Initializes a new instance of the Target class. |
Target(String, Nullable<Int64>, String, Nullable<Int64>, String, String, String) |
Initializes a new instance of the Target class. |
Properties
Digest |
Gets or sets the digest of the content, as defined by the Registry V2 HTTP API Specification. |
Length |
Gets or sets the number of bytes of the content. Same as Size field. |
MediaType |
Gets or sets the MIME type of the referenced object. |
Repository |
Gets or sets the repository name. |
Size |
Gets or sets the number of bytes of the content. Same as Length field. |
Tag |
Gets or sets the tag name. |
Url |
Gets or sets the direct URL to the content. |
Applies to
Azure SDK for .NET