Show / Hide Table of Contents

Class FileFilter

Attributes to support include/exclude files for triggering build runs.

Inheritance
object
FileFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class FileFilter

Properties

FilePaths

Declaration
[JsonProperty(PropertyName = "filePaths")]
public List<string> FilePaths { get; set; }
Property Value
Type Description
List<string>

The file paths/glob pattern for files.

In this article
Back to top