Skip to content

Commit

Permalink
updated cref
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Nov 15, 2017
1 parent eb36362 commit 0e54cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class AnomalyRecord
public double InitialRecordScore { get; internal set; }

/// <summary>
/// The length of the bucket. This value matches the <see cref="Job.AnalysisConfig.BucketSpan"/> that is specified in the job.
/// The length of the bucket. This value matches the <see cref="AnalysisConfig.BucketSpan"/> that is specified in the job.
/// </summary>
[JsonProperty("bucket_span")]
public Time BucketSpan { get; internal set; }
Expand Down

0 comments on commit 0e54cd1

Please sign in to comment.