Table of Contents

Class JfrogArtifactoryArtifactsLoadInfo

Namespace
MES.MQC.DataSourceLibrary.Adapters.Apis.Jfrog.Contents
Assembly
MES.MQC.DataSourceLibrary.dll
public class JfrogArtifactoryArtifactsLoadInfo : LoadInfoBase
Inheritance
JfrogArtifactoryArtifactsLoadInfo
Inherited Members

Properties

DateTime

[JsonProperty("d")]
public DateTime? DateTime { get; set; }

Property Value

DateTime?

RepositoryContents

[JsonProperty("c")]
public HashSet<string> RepositoryContents { get; set; }

Property Value

HashSet<string>