Documentation

AnalyticsDataset
in package

Table of Contents

$bucketName  : string
$dataverseName  : string
$linkName  : string
$name  : string
bucketName()  : string
Gets the name of the bucket that this dataset includes.
build()  : AnalyticsDataset
Static helper to keep code more readable.
dataverseName()  : string
Gets the name of the dataverse in which this dataset is stored.
linkName()  : string
Gets the name of the link that is associated with this dataset.
name()  : string
Gets the name of the analytics dataset (or collection)

Properties

Methods

bucketName()

Gets the name of the bucket that this dataset includes.

public bucketName() : string
Tags
since
4.2.4
Return values
string

build()

Static helper to keep code more readable.

public static build(string $name, string $dataverseName, string $linkName, string $bucketName) : AnalyticsDataset
Parameters
$name : string
$dataverseName : string
$linkName : string
$bucketName : string
Tags
since
4.2.4
Return values
AnalyticsDataset

dataverseName()

Gets the name of the dataverse in which this dataset is stored.

public dataverseName() : string
Tags
since
4.2.4
Return values
string

linkName()

Gets the name of the link that is associated with this dataset.

public linkName() : string
Tags
since
4.2.4
Return values
string

name()

Gets the name of the analytics dataset (or collection)

public name() : string
Tags
since
4.2.4
Return values
string

        

Search results