Class DatasetProfile

    • Constructor Detail

      • DatasetProfile

        public DatasetProfile()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • timestampMillis

        public DatasetProfile timestampMillis​(java.lang.Long timestampMillis)
      • getTimestampMillis

        @NotNull
        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getTimestampMillis()
        The event timestamp field as epoch at UTC in milli seconds. minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        timestampMillis
      • setTimestampMillis

        public void setTimestampMillis​(java.lang.Long timestampMillis)
      • getEventGranularity

        @Valid
        public @Valid TimeWindowSize getEventGranularity()
        Get eventGranularity
        Returns:
        eventGranularity
      • setEventGranularity

        public void setEventGranularity​(TimeWindowSize eventGranularity)
      • getPartitionSpec

        @NotNull
        @Valid
        public @NotNull @Valid PartitionSpec getPartitionSpec()
        Get partitionSpec
        Returns:
        partitionSpec
      • setPartitionSpec

        public void setPartitionSpec​(PartitionSpec partitionSpec)
      • messageId

        public DatasetProfile messageId​(java.lang.String messageId)
      • getMessageId

        public java.lang.String getMessageId()
        The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value.
        Returns:
        messageId
      • setMessageId

        public void setMessageId​(java.lang.String messageId)
      • rowCount

        public DatasetProfile rowCount​(java.lang.Long rowCount)
      • getRowCount

        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getRowCount()
        The total number of rows minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        rowCount
      • setRowCount

        public void setRowCount​(java.lang.Long rowCount)
      • columnCount

        public DatasetProfile columnCount​(java.lang.Long columnCount)
      • getColumnCount

        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getColumnCount()
        The total number of columns (or schema fields) minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        columnCount
      • setColumnCount

        public void setColumnCount​(java.lang.Long columnCount)
      • getFieldProfiles

        @Valid
        public @Valid java.util.List<DatasetFieldProfile> getFieldProfiles()
        Profiles for each column (or schema field)
        Returns:
        fieldProfiles
      • setFieldProfiles

        public void setFieldProfiles​(java.util.List<DatasetFieldProfile> fieldProfiles)
      • sizeInBytes

        public DatasetProfile sizeInBytes​(java.lang.Long sizeInBytes)
      • getSizeInBytes

        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getSizeInBytes()
        Storage size in bytes minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        sizeInBytes
      • setSizeInBytes

        public void setSizeInBytes​(java.lang.Long sizeInBytes)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object