Méthode | Description | |
---|---|---|
MailTable ( IStargate client ) : System | ||
PutNew ( string from, string content, System.DateTime date ) : void |
Méthode | Description | |
---|---|---|
GetIdentifier ( string rowKey, string column, string qualifier ) : HBase.Stargate.Client.Models.Identifier |
Méthode | 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 | |
Résultat | HBase.Stargate.Client.Models.Identifier |
public MailTable ( IStargate client ) : System | ||
client | IStargate | |
Résultat | System |
public PutNew ( string from, string content, System.DateTime date ) : void | ||
from | string | |
content | string | |
date | System.DateTime | |
Résultat | void |