ProfileResourceFormat.UpdateStages.WithTimestampFieldName Interface

public static interface ProfileResourceFormat.UpdateStages.WithTimestampFieldName

The stage of the ProfileResourceFormat update allowing to specify timestampFieldName.

Method Summary

Modifier and Type Method and Description
abstract Update withTimestampFieldName(String timestampFieldName)

Specifies the timestampFieldName property: The timestamp property name.

Method Details

withTimestampFieldName

public abstract ProfileResourceFormat.Update withTimestampFieldName(String timestampFieldName)

Specifies the timestampFieldName property: The timestamp property name. Represents the time when the interaction or profile update happened..

Parameters:

timestampFieldName - The timestamp property name. Represents the time when the interaction or profile update happened.

Returns:

the next definition stage.

Applies to