Method | Description | |
---|---|---|
MailTable ( IStargate client ) : System | ||
PutNew ( string from, string content, System.DateTime date ) : void |
Method | Description | |
---|---|---|
GetIdentifier ( string rowKey, string column, string qualifier ) : HBase.Stargate.Client.Models.Identifier |
Method | Description | |
---|---|---|
ToUnixMilliseconds ( System.DateTime dateTime ) : long |
protected GetIdentifier ( string rowKey, string column, string qualifier ) : HBase.Stargate.Client.Models.Identifier | ||
rowKey | string | |
column | string | |
qualifier | string | |
return | HBase.Stargate.Client.Models.Identifier |
public MailTable ( IStargate client ) : System | ||
client | IStargate | |
return | System |
public PutNew ( string from, string content, System.DateTime date ) : void | ||
from | string | |
content | string | |
date | System.DateTime | |
return | void |