SPClickthroughUsageEntry.SampleRate property

NOTE: This API is now obsolete.

Gets or sets the percentage of the total clicks submitted to Web Analytics, where 100% means all data is submitted.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property SampleRate As Nullable(Of Byte)
    Get
    Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Byte)

value = instance.SampleRate

instance.SampleRate = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Nullable<byte> SampleRate { get; set; }

Property value

Type: System.Nullable<Byte>
The percentage of data sampled out.

Remarks

This property is a cumulative rate of sampling. By default, this is 100%.

See also

Reference

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace