Class DiffEntriesOptions
Parameters for requesting the changed entries since the last release.
Namespace: Unity.Services.Ccd.Management
Syntax
public class DiffEntriesOptions : object
Constructors
DiffEntriesOptions(Guid)
Create parameters for requesting the chagned entries.
Declaration
public DiffEntriesOptions(Guid bucketId)
Parameters
Type | Name | Description |
---|---|---|
Guid | bucketId | Id of the bucket. |
Properties
BucketId
Id of the bucket.
Declaration
public Guid BucketId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IncludeStates
State of entries to request. Valid states are Unchanged, Add, Delete, and Update.
Declaration
public List<string> IncludeStates { get; set; }
Property Value
Type | Description |
---|---|
List<String> |
Path
Path to request.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
String |