C# Class Amazon.CognitoSync.SyncManager.DatasetMetadata

Metadata information representing a dataset
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DatasetMetadata ( string datasetName, System.DateTime creationDate, System.DateTime lastModifiedDate, string lastModifiedBy, long storageSizeBytes, long recordCount ) : System

ToString ( ) : string

A string representation of DatasetMetadata

Method Details

DatasetMetadata() public method

public DatasetMetadata ( string datasetName, System.DateTime creationDate, System.DateTime lastModifiedDate, string lastModifiedBy, long storageSizeBytes, long recordCount ) : System
datasetName string
creationDate System.DateTime
lastModifiedDate System.DateTime
lastModifiedBy string
storageSizeBytes long
recordCount long
return System

ToString() public method

A string representation of DatasetMetadata
public ToString ( ) : string
return string