WithFileName Method
WithFileName(String)
Sets the name (without path, with extension) of the options file to read when building the options.
Declaration
public HazelcastOptionsBuilder WithFileName(string fileName)
Parameters
String | fileName | The name of the file. |
Returns
HazelcastOptionsBuilder | This options builder. |
Remarks
By default, when not provided, the name is "hazelcast".